Fix Low WordPress Memory Limit

How to Fix WordPress Low Memory Limit

You can use our free plugin to fix it just with your mouse and increase up to 60%.

Or, to increase the WordPress memory limit, 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. */

If you need more, just replace 128 with the new memory limit.

Here is the link with WordPress official info.