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!
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
This comment has been deleted
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.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.