카테고리 없음 2023. 3. 3. 03:19

https://kb.lc/01.how_to/kswapd0/

 

Try to run the following: (May need to run with sudo): The following commands resolved the issue. (For details, see https://serverfault.com/questions/696156/kswapd-often-uses-100-cpu-when-swap-is-in-use)

  • killall -9 kswapd0
  • # swapoff -a then # swapon -a

For turning off swapping, commented out "swap ... " in /etc/fstab

Read https://askubuntu.com/questions/214805/how-do-i-disable-swap

posted by kimsooil
: