Because of kswapd0 command which appear in my Putty and eating CPU and RAM, my websites are going down for couple of minutes. Did somebody have an idea how to stop that process? Is there some script or command which i can execute in Putty to that finally can stop? Thanks
kswapd is the daemon for managing the Swap area of your pc/server, so I suggest not to kill it nor to shutdown! You can use this to lower the impact of such daemon so it "swap" into the swap area only when 100% of ram is used echo vm.swappiness=0 | sudo tee -a /etc/sysctl.conf Code (markup):