Server Information: WordPress Memory Limit?

When I check out Server Information section of the MainWP plugin, it tells me that I’m running 40M of Wordpress Memory instead of 60M that is needed.

It seems to me that there is a difference between Wordpress Memory Limit and PHP Memory Limit, because I’m at 256M on PHP memory limit. What is Wordpress Memory Limit to begin with and where do I go to increase it?

Hi @rolenbolen, to update the WordPress Memory Limit, edit your wp-config.php file and enter something like:

define('WP_MEMORY_LIMIT', '256M');

Here you can find out more about WordPress Memory Limit.

If needed here is some additional help documentation.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.