How to increase the WordPress memory limit
define('WP_MEMORY_LIMIT', '256M');memory_limit = 256M ; Maximum amount of memory a script may consume (256MB)php_value memory_limit 256MLast updated
define('WP_MEMORY_LIMIT', '256M');memory_limit = 256M ; Maximum amount of memory a script may consume (256MB)php_value memory_limit 256MLast updated