dataskq uses too much CPU

tsimtung

Verified User
Joined
Feb 26, 2022
Messages
45
Hi, many of my directadmin servers have a problem is that:
dataskq uses too much CPU
and it makes the server busy.

How to solve it?
I have read the forum tried some solutions, but it still not fixed.

Then I even try to make dataskq to run per 5 mins instead of 1 min:

*/5 * * * * root /usr/bin/ionice -c2 -n7 /usr/local/directadmin/dataskq

This do reduce the server loading.
However, a few servers suddenly don't have this line for me to edit any more in /etc/cron.d/directadmin_cron
Any other place will start this process, dataskq?
 
OK, i got the solution
it is removed in new version, just run this command is ok:
da config-set dataskq_run_interval 5m --restart
 
beware that, BFM that mainternant by Directadmin will slowly blocked too.
 
Back
Top