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

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