Question
Wordpress Memory Limit Shows 40MB and cant Raise
Hello i tried everything including
https://wordpress.org/support/topic/php-memory-limit-not-updated this link 4 method
i cant raise wp memory limit 128MB it always says 40MB after all edit i restart server i change cp-config.php
help please i use digital ocean wordpress 14.04 application.
wanna raise wp memory limit.
also i check php.ini file it shows 512M
Thanks.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Which
php.ini
file did you check? The DigitalOcean WordPress one-click application uses Apache for its webserver. The PHP configuration can be found in/etc/php5/apache2/php.ini
It will default to512M
Where is 40MB being reported, and how are you determining whether the memory limit is not being respected?
40Mb is being reported in WordPress.. and I also see 512M in the above mentioned php.ini file
my solution was to add define( ‘WPMEMORYLIMIT’, '256M’ ); before require_once(ABSPATH . 'wp-settings.php’);
the last one works fine.
Thanks magician11