Increase WordPress memory limit
Increase WordPress memory limit
By default, WordPress is configured to limit the php memory it uses to 32M. If you receive a message such as “Allowed memory size of xxxxxx bytes exhausted”, you might want to increase this limit, as shown below:
define(‘WP_MEMORY_LIMIT’, ’96M’);