Reported PHP Memory Limit, Execution_time
-
On my WP admin dashboard, the PHP summary shows:
PHP Memory Limit : 384 MBHowever I had just made some changes, restarted httpd, and what my WP-config.php says is:
/* Custom Memory Limit */
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
/* Custom Memory Limit in Admin */
define( ‘WP_MAX_MEMORY_LIMIT’, ‘384M’ );Also, when I click on the button Check More PHP info, I see:
PHP_MEMORY_LIMIT 256M
This agrees with what I see in phpinfo()But I also see: memory_limit 384M (local) 256M (master) on your PHP Info page.
Of course I am now realizing that I may need to change the PHP_MEMORY_LIMIT to 384M or more.
Finally I notice in the admin dashboard I see:
PHP Max Execution Time : 600 sec
and
max_execution_time 600(local) 600(master)
But also see in the PHP Info Apache section:
PHP_MAX_EXECUTION_TIME 360
- The topic ‘Reported PHP Memory Limit, Execution_time’ is closed to new replies.