Categories

define('WP_MEMORY_LIMIT', '96M');
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
php_value memory_limit 64M
Originally posted on February 21, 2015 @ 9:25 pm