'rsyslogd' Process High CPU Usage Fix

rsyslog or rsyslogd may sometimes use 100% or more CPU on Debian or Ubuntu VPSes.
To resolve this issue, simply execute the following commands as root:

service rsyslog stop
sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf
service rsyslog start
 
 
  • cpu, rsyslogd
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Extending partitions on Linux VMware virtual machines

Quick tips: To see the details of logical volume group use: vgdisplay To see the details...

How to Clear RAM Memory Cache, Buffer and Swap Space on Linux

Like any other operating system, GNU/Linux has implemented memory management efficiently and even...