• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Resolved Warning: The swap usage status is critical!

Azurel

Silver Pleskian
I received this plesk email today:
The swap usage status is critica!
The current value is 3.6 GiB.
My server have 128 GB RAM
unknown.png

Then why does he use "swap" so much?

#free -m
unknown.png


CentOS Linux 8.4.2105

EDIT:
I used
# swapoff -a && swapon -a
and now its 0K/4G
If anyone wants to do this as well, it may take time. With me almost 1 hour. In a second console window you can watch the swap as it decreases.
 
Last edited:
I would not call it "normal". Swap is hard disk and it should not read almost 4GB of data from hard disk, instead it should be in RAM. ;)
If there is RAM available, why does it use swap?
 
There is RAM available, but there is very little RAM free because it's all used for buffers and cache. So the kernel swaps out stuff that has not been used for a while in favor of having more buffer/cache. You will only see zero swap usage if you have more RAM than the size of your file data set.

Check with vmstat. You will see that si and so are zero, swap usage is quasi-static.
 
Back
Top