DaTaskQ taking up a lot of CPU

TijmenNL

New member
Joined
Sep 30, 2005
Messages
4
DaTaskQ is taking up almost 20% of the cpu constantly!
Is this correct?
And what could we do to reduce this?

I heard it was to check if all services are up and restart them if they're down, is this correct?
 
We found the problem.
This server doesn't run MySQL, but it keeps trying to start MySQL.

How do fix this?
 
/usr/local/directadmin/data/admin/services.status

directadmin=ON
exim=ON
httpd=ON
mysqld=ON
named=ON
proftpd=ON
spamd=ON
sshd=ON
vm-pop3d=ON

delete line mysqld=ON, should be resolve auto-starting
 
Back
Top