I have an idle Linux centOS system and yet kswapd is using 100% cpu.
All I have running is a single bash session with top running.... I have 32G RAM and yet kswapd is constantly using 100% cpu for over 4 hours.
|
I have an idle Linux centOS system and yet kswapd is using 100% cpu. All I have running is a single bash session with top running.... I have 32G RAM and yet kswapd is constantly using 100% cpu for over 4 hours. | |||
|
show 1 more comment
feedback
|
free? – David Schwartz Sep 30 '11 at 7:24ps axv --sort=-rss | head -10and look at theRSSfields. – David Schwartz Oct 1 '11 at 4:35