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

Issue High CPU Usage postgres memory process

c.vandervliet

New Pleskian
Server operating system version
AlmaLinux 9.2
Plesk version and microupdate number
v18.0.55_build1800230907.05 os_RedHat el9
Hello,
Our server reported high CPU usage for a postgres related process called "memory".
I'm not sure how to troubleshoot this as most posts related to memory are about ram usage instead of CPU usage.
Any clue what this or how to troubleshoot?

I already checked if there are any long running queries but there aren't any.

Thank you!
 

Attachments

  • 1695625190179.png
    1695625190179.png
    118.7 KB · Views: 7
"memory" is just a username like "mickey", "chap", "hal9000" or whatever. It does not mean "memory consumption".
 
Maybe you can find out more on what Postgres is doing by running this query from the Postgres command line?
> select * from pg_stat_activity;
 
Back
Top