Forum archive
rsyslog spinning CPU on openvz
I don't know how many of the vz images do this but so far i have found both django and web2py will run at 99% CPU utilization out of the box. I found a fix for it:
# service rsyslog stop
# sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf
# service rsyslog start
Hope this helps someone
glad to help!