Monday, September 10, 2012

Increasing the WordPress Memory Limit

Edit your wp-config.php file and enter something like:

define('WP_MEMORY_LIMIT', '96M');
 
WordPress memory can be different to the server – you need to set this regardless of server memory settings

No comments: