• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Everyday at midnight, my server load goes high for 30mins....whats causing it?

K

KakarKhanK

Guest
Hey.

Everyday at midnight, my server load goes high for 30mins....whats causing it?

I have set no crons or something, is plesk doing something at midnight always that is causing this huge 100+ loads?

I think its statistics updating that is causing this.....how to disable that?
 
Last edited by a moderator:
Look at /etc/crontab when cron.daily scripts are executed and check these scripts from /etc/cron.daily/ directory.
 
This is whats in the crontab file:



# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly


Help?
 
02 4 * * * root run-parts /etc/cron.daily

This mean that content of /etc/cron.daily directory will be started every day on the second minute of the 4 hour.
So, daily crontab is not a reason of your problem. Check also that you haven't any crontab tasks for root with
# crontab -l
 
hmm, there is this:


13,28,43,58 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1


What is that suppose to do?
 
Its 12am now, and again server is very slow.

Whats going on? This has to do with Plesk, as no changes were made on the server, just installed plesk server, that was it.
 
Back
Top