I just recently moved from Win10 to Ubuntu 20.04 LTS .3 for a week. Everything was fined except one thing: Ubuntu usually freezes randomly (cant do anything, cant move the mouse or enter any key).
My laptop is hp 15da0xx, 8GB ram, core i7, 250MB Vram, Graphic card: Intel Corporation UHD Graphics 620 (rev 07).
Does anyone know how to fix this?
cat /proc/sys/vm/swappiness
report? This is a common problem when swappiness is set too low. – mchid Feb 21 '22 at 05:26cat /proc/sys/vm/swappiness
is set to 60, you might be able to fix the problem by following these instructions and limiting cstates to 1. – mchid Feb 21 '22 at 05:32