• 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.

Question Cache is growing. Server is no longer accessible.

straddi

Basic Pleskian
Server operating system version
Debian 12
Plesk version and microupdate number
Plesk Obsidian 18.0.68 Update 2
I hope you can help me.
As the image below shows, my cache is starting to grow and fill up the RAM. This means the server is inaccessible from the outside and essentially shuts down. After a restart, the problem is resolved for a while, but then it starts all over again.
I've already disabled cron jobs and put installed programs into maintenance mode, but that doesn't help.
How can I find out which program is using the cache?
Shouldn't Debian or Plesk solve the problem themselves by freeing up cache for this case?
 

Attachments

  • Cache-laeuft-voll.jpg
    Cache-laeuft-voll.jpg
    38.4 KB · Views: 8
  • Server_ausfall.jpg
    Server_ausfall.jpg
    53.7 KB · Views: 9
Hi

Install plugin Fail2Ban and configure it as it’ll likely be your Plesk login page being attacked which is happening to most Plesk installations.
 
Cache is not used by programs or processes. It is related to I/O. Linux loads as much I/O data as possible to cache because it's much faster than reading from storage. A lot of cache is normally not a problem and shouldn't bring the system down. The OS should manage it automatically, like you mentioned.

This sounds more like something is taking a massive amount of I/O, which increases cache, and it eventually overloads the server. What's the CPU and disk usage like?
 
Back
Top