• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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