Increasing load average issue with CentOS 5.3

From Notes_Wiki
Revision as of 04:35, 10 November 2012 by Saurabh (talk | contribs) (Created page with "=Increasing load aveage issue with CentOS 5.3= Load average keeps increasing on CentOS 5.3. This happens if you disable mcstrans service. The cron file `<tt>/etc/cron.hourly/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Increasing load aveage issue with CentOS 5.3

Load average keeps increasing on CentOS 5.3. This happens if you disable mcstrans service. The cron file `/etc/cron.hourly/mcelog.cron' hangs forever while executing command cat `/sys/hypervisor/uuid' and hence the number of processes on system keeps increasing. This leads to very steep increase in load average.

To solve the issue open file `/etc/cron.hourly/mcelog.cron'. Comment all code lines in it and write `exit 0' at the end of file.