• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved Good alarm level for Apache memory usage

Timo002

Basic Pleskian
Hello,

I'm using health monitoring on my VPS. My VPS has 4GB of memory and the health monitory is recently sending alarms on the Apache memory usage. The limit for an attention is at 20%, which is around 780MB. With all the processes and websites running on this VPS, I'm hitting the limit of 20% now and then. Which means filling up my mailbox.

But is 20% really an issue? It's just 780MB of 4048MB. I don't see a real problem, but what is healthy for a webserver? Can u run in without any problems at 50%? I mean, normally you want you computer to use as much as RAM as possible because this will only make it faster.

Can I increase the limit of 20%? Or should I add more RAM?
And if I should increase, how can I do that. I downloaded the configuration file, but there is nothing about apache memory usage.
 
When you see that Apache consume a lot of RAM, run this command:

# ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n

and check that there are many php-fpm processes which consume many RAM. Next command will help you to find affected domain with incorrect php settings:

# ps auxfff | grep php-fpm

But note, that this is only one of the possible reasons for this issue. Also this KB article may be useful for you How to change alarm levels for Plesk Health Monitor?
 
Back
Top