Using OTRS 6.0.24 on CentOS 7 (fully updated) on VMWare 5.1 with 4x Xeon E5620 vCPU and 8GB RAM. I've noticed that otrs.Daemon.pl will use 100% CPU shortly after starting.
When I first noticed it this morning, I used strace on the PIDs of otrs.Daemon.pl, but had no output. After restarting the process (I had to kill -9 to get it to die), strace has output of:
brk(NULL) = 0x8dac000
brk(0x8dcd000) = 0x8dcd000
repeating over and over again (with different addresses).
In case this is a resource problem, I just doubled the CPU and
RAM; however it doesn't look like a resource problem to me.
Any suggestions on what could be causing the issue?
|