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

CPU load after upgrade to 9.3

P

PedroD

Guest
Hello everyone,

On the 23rd of January I upgraded my Debian base Plesk to 9.3, I noticed since the upgrade the CPU load rose up 25% on average. After monitoring the server services I noticed most of this was caused by qmail. This might be a bug... is someone else experiencing something like this?

See attached stats from watchdog:

stats-graph-month.png -> monthly activity, spiked on the 23rd when I upgraded
stats-graph-24h.png -> the CPU load is back to normal after stopping qmail service.
 

Attachments

  • stats-graph-month.png
    stats-graph-month.png
    7.8 KB · Views: 6
  • stats-graph-24h.png
    stats-graph-24h.png
    7.3 KB · Views: 6
Duh... problem persists, qmail insists on choking on its own queue, this was not happening before version 9.3 :( ...me and my versionitis...

Every time a message gets stuck in the queue it keeps increasing the CPU load processes, for now the only solution I found is to disable qmail altogether.

~# /var/qmail/bin/qmail-qstat
messages in queue: 9
messages in queue but not yet preprocessed: 0
~# /var/qmail/bin/qmail-qread
1 Feb 2010 10:45:55 GMT #20988226 6708360 <postmaster@####.com> bouncing

I even created the email postmaster@####.com with the hope I'd receive the messages and break the loop, but no success. Any thoughts?
 
Back
Top