WordPress Memory - Easy Engine!

Hello anyone can tell me how much memory easyengine makes available for a wordpress installation.

And how can I check this memory and also increase if necessary.

Thank you!

EE calculated available resoruces upon auto install of itself. Based on this calculation, it adjusts mariadb/php/nginx consumation.

You can set your WordPress memory limit though the config file, however, noone can answer this.

It depends on your db (size, queries etc).

OK understood!

But you can tell me where I can see the size of the memory that was reserved for wordpress.

Because I use a plugin that is alerting me about memory.

https://content.screencast.com/users/FBSena/folders/Jing/media/412e6371-4c62-4c96-8c19-a38fcd93fdf7/2017-06-01_1402.png

I did an installation on a server with 512mb memory and now I went to 1gb.

And if the plugin is right I intend to increase at least to 128mb as the plugin indicates.

But for this first I need to check if the plugin information is correct and then I need to know where and how to make this memory change exactly.

Thank you!

Edit your wp-config.php file

Add this to the very bottom, right before the line that says, “Happy Blogging”:

define(‘WP_MEMORY_LIMIT’, ‘128M’);

1 Like

It worked!

Thank you very much!