![SoftwareLibrarian's picture SoftwareLibrarian's picture](https://archive.virtualmin.com/system/files/styles/thumbnail/private/pictures/picture-3362-1613046065.gif?itok=6aDInzrO)
I'm seeing periodic very high CPU loads - when I check running processes I see results like the following:
ID Owner CPU Command
19713 root 82.2 % /usr/bin/python /usr/bin/yum info
Can you give me a clue as to what I can do about this?
TIA
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Sat, 05/21/2011 - 21:21 Comment #1
Virtualmin runs
yum info
periodically to fetch the list of available packages for update, which is displayed on the System Information page. Unfortunatelyyum
can often by rather slow and CPU intensive :-(You can increase the period between updates at Webmin -> System -> Virtualmin Package Updates -> Module Config, by setting "Hours to cache updated and available packages for" to something higher, like 24 hours.
Thanks - will do...