Pages

Saturday, December 13, 2014

Wordpress-Error:Allowed memory size of 41943040 bytes exhausted

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');

No comments:

Post a Comment