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