• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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