mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Changing the PHP memory limit does not change the wp-config.php file (WordPress) #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peaklabs-dev on 8/19/2023
CloudPanel version(s) affected
All
Description
When I change the PHP memory limit in the UI, it does not change the memory limit in the wp-config.php file:

I can set my memory limit in the UI to 768MB and the Wordpress config still looks like this:
If this is intended, or if it is not the Wordpress memory limit, then this should be made more clear, or it should be stated that this does not actually increase the PHP memory limit of Wordpress. What does it change then?
How to reproduce
Change the memory limit in the UI:

-> Then check the wp-config.php file.
Possible Solution
Additional Context
No response