Memory use error while updating WordPress

When I update WP automatically at backend, I often get an error
“Fatal error: Allowed memory size of …”
to say the memory usage is beyond a limit. The solution is simple. SSH to the server and edit the wp-config.php as following,

add to wp-config.php:
define(‘WP_MEMORY_LIMIT’, ’64M’);

I also remember I could get rid of this error by deactive the plugins. But the above solution seems easier to me.

Share this:
Facebook Linkedin Twitter Digg Email

Leave a Reply