Theme Requirements
Recommended
Recommended PHP Configuration Limits
Setting
Recommended Value
WordPress memory limit
define( 'WP_MEMORY_LIMIT', '512M' ); define( 'WP_MEMORY_LIMIT', '512M' ); define('WP_MEMORY_LIMIT', '512M');memory_limit = 512 M ; Maximum amount of memory a script may consume (512MB)php_value memory_limit 512M