This means that the maximum allowed memory of about 40M has been used and needs to be increased.
As such we write the following command into wp-config.php in order to increase allowed memory.
In below example we are setting threshold to 64MB
('WP_MEMORY_LIMIT', '64M');
As such we write the following command into wp-config.php in order to increase allowed memory.
In below example we are setting threshold to 64MB
('WP_MEMORY_LIMIT', '64M');
No comments:
Post a Comment