I have a problem with my Lubuntu laptop. When I suspend the laptop it takes about 5 minutes to wake up again. Cold boot takes around 1. What could be the problem? I'm fairly new to Linux, so please tell me what code should I post, etc. On Windows it woke up in seconds.
free -h
total used free shared buff/cache available
Mem: 1970Mi 711Mi 68Mi 61Mi 191Mi 63Mi
Swap: 0B 0B 0B
sysctl vm.swappiness vm.swappiness = 60
free -h
andsysctl vm.swappiness
. Start comments to me with @heynnema or I'll miss them. – heynnema Oct 08 '20 at 16:09total used free shared buff/cache available Mem: 1970Mi 711Mi 68Mi 61Mi 191Mi 63Mi Swap: 0B 0B 0B
sysctl vm.swappiness
vm.swappiness = 60
Not sure how to format this better.
– Thomas Toth Oct 08 '20 at 16:25grep -i swap /etc/fstab
. – heynnema Oct 08 '20 at 16:37