Linux-Noob Forums
Suse 10.x going slow ? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: SUSE (https://www.linux-noob.com/forums/forum-98.html)
+--- Thread: Suse 10.x going slow ? (/thread-1773.html)



Suse 10.x going slow ? - anyweb - 2006-10-13


try this to improve matters (as root)

 



Code:
rczmd stop




 

this controls the parse-metadata process, which top reveals as consuming vast amounts of cpu and hdd space...

 

stopping it should improve matters, if you wish to remove it altogether then do this

 



Code:
insserv -r novell-zumd







Suse 10.x going slow ? - kabifff - 2006-11-10

This is a wonderful tip, I actually got quite a bit of speed back from this. I'm only wondering what this process does and if I need it to run and if disabling it can cause any problems to develop in the future.