WP toolkit should manage PHP memory limit value specified in wp-config.php
WP toolkit should manage PHP memory limit value specified in wp-config.ph: WPMAXMEMORY_LIMIT.
This has been reported internally as requirement EXTWPTOOLK-3564.
-
Vasco Daniel Baião commented
It's crazy how after so many years this is still causing trouble and has not been solved.
-
Eros commented
Ridicolo che non sia stato prevista l'implementazione di questa funzionalità, considerando quanto costa la licenza di Plesk! Non parliamo di un progetto open-source in cui le persone devono "votare" le funzionalità e SPERARE che vengano inserite. Vergognoso.
Ridiculous that this feature has not been planned to be implemented, considering how much the Plesk license costs! We are not talking about an open-source project where people have to "vote" for features and HOPE they will be included. Shameful.
-
Jesse Fitzgerald commented
Yes. define('WP_MEMORY_LIMIT', '256M'); must be added to wp-config.php. Took a while to figure this out.
-
Enrique Guardia commented
Completely agree, even though PHP memory limit at 256M, WP shows it at 40M, and even if I try to change it via wp-config.php, the changes do not reflect in the WP admin.