da is making server slow every 1 am

lkbryant

Verified User
Joined
Aug 16, 2005
Messages
283
hi da is making the server very slow at every 1am due to the tally script.
Is anyway possible to make this run without affecting too much on the server performance?
 
If you wanted to slow down the dataskq, edit:
/etc/cron.d/directadmin_cron
(or /etc/crontab, depending on your OS)

change:
Code:
* * * * * root /usr/local/directadmin/dataskq
to be
Code:
* * * * * root nice -n 19 /usr/local/directadmin/dataskq
Then reload/restart cron/crond.

John
 
Back
Top