Report this

What is the reason for this report?

Wordpress Memory Limit Shows 40MB and cant Raise

Posted on February 23, 2015

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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

No, you don’t have to add any extra code. The reason it not showing because you defined the define( ‘WP_MEMORY_LIMIT’, ‘128M’ ); at the wrong place in the wp-config file. Just move this code at the very beginning under <?php

I have the same problem solved from here: https://www.how2shout.com/how-to/wordpress-memory-limit-shows-40mb-even-after-raising-php-memory-limit.html

I think maybe what you are after (in your php ini) is:

upload_max_filesize

change that to 128M (not MB) and also change:

 post_max_size

restart apache and see if that works.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.