• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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