In a terminal window, enter:
$ cat /proc/sys/vm/swappiness <enter>
This value is currently 60. You can reduce swap dependence by:
$ sudo vi /etc/sysctl.conf <enter>
At the end of the file, add a value:
swappiness=10
:wq
Reboot the computer
Knowledge not shared benefits no one.
In a terminal window, enter:
$ cat /proc/sys/vm/swappiness <enter>
This value is currently 60. You can reduce swap dependence by:
$ sudo vi /etc/sysctl.conf <enter>
At the end of the file, add a value:
swappiness=10
:wq
Reboot the computer