• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Archglobal & Memory Killing Server

What do you mean by "killing " your memory...? Is your server load high, you get high swap usage?

If it's just your RAM that gets full, that's perfectly normal on a linux server...
 
Yep, 95%+ memory usage on a unix machine, even when "doing nothing", is usually normal. Over time, the operating system caches commonly used (system) stuff in memory as a faster "cache" or whatever.

I'm not sure what the command is in linux, but in BSD - you can type:

swapinfo

To see how much of your swap space is being used. If its more than a few %, then yep - you have some resource issues. Otherwise, just worry if your CPU or swap is out of control.
 
Back
Top