High CPU usage all of a sudden

Are you using swap? We see such spikes when kswapd frantically tries to keep the processes running despite overwhelming memory pressure (probably caused by a memory leak we haven’t yet tracked down); a tonne of madvise syscalls and what not push up CPU utilization (try using strace and friends the next time you catch it happening).

1 Like