Help - Website down memory sucked!

Guys how to solve this?
This is a wordpress site with only one landing page and the memory is being sucked.
My site is out there and I think that’s the problem.
Does anyone have a solution?

NOTE: INSTALLATION MADE ON GOOGLE CLOUD 4GB

Thanks!
dedded

Here, this will fix your problem:

“Memory” fix

That’s not memory…what you’re referring to is disk space/usage.

You are right. The thing is, I only have one wordpress site with only 1 page.

Docker uses a lot of disk space but the way EEv4 is configured, it takes up even more space. You should look around the forum and see if it’s your MariaDB logs that’s taking up space.

Thanks for the info!

kindly give us the command to fix…the problem…

1 Like

df -h to see what folders is full
then
du -h / --max-depth=1
then
du -h /folder/ --max-depth=1

or ncdu /

Most likely your logs or cache etc is full.

1 Like

Thank you!