• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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