Fix Low WordPress Memory Limit

How to Fix WordPress Low Memory Limit

Our plugin WPMEMORY can increase and decrease the WordPress Memory Limit of your site  from the plugin dashboard. You don’t need to edit any files. Download it for free now.

With WPmemory, tackling the issue of low memory limit in WordPress becomes a breeze. Gone are the days of wrestling with intricate code or risking accidental file modifications.

We suggest define Maximum Memory Limit to 256 or 512MB. This WordPress Maximum Memory is by instance. As you add visitors, you may find additional instances, that are all using memory. Each PHP instance of WP uses only as much memory as it needs.

Otherwise, to increase the WordPress Memory Limit by hand, add this info to your file wp-config.php (located at root folder of your server)
(just copy and paste)

define(“WP_MEMORY_LIMIT”, “128M”); 

before this row:
/* That’s all, stop editing! Happy blogging. */

Remember: Your PHP memory limit needs to be larger than the WP memory limit.

If you need more, just replace 128 with the new memory limit.
To increase your total server memory, talk with your hosting company.


Here is the link with WordPress official info:
https://codex.wordpress.org/Editing_wp-config.php