php memory limit issues
-
I have a new wordpress install. I changed the memory limit in the wp-config.php file to 256M. I have the Avada theme installed. The system status in the them still says the WP memory limit is 40M. However, the WP Clone plugin system info says 256M. I tried changing it to 128. The WP clone plugin system info changes to whatever I set the memory limit in the wp-config.php file. The Avada them always says the memory limit is 40M.
I then installed the Server IP & Memory Usage Display plugin to see what it would show. No matter what I enter into the wp-config.php file, the Server IP & Memory Usage Display plugin always shows the WP memory limit at 40M.
I’m pretty sure that I am changing the file correctly. I am entering this code at the location shown.
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );
/* That’s all, stop editing! Happy blogging. */I can’t figure out why Aada and the memory plugin both still show 40M for the limit while the WP Clone plugin shows the limit that I put into the file. I also don’t know which is correct. Is it 40M or 256M.
See screenshot here for what is shown in WP for the them and plugins.
Any ideas about what is going on?
The topic ‘php memory limit issues’ is closed to new replies.