Embedd-Žmogis
Showing posts with label
swappiness
.
Show all posts
Showing posts with label
swappiness
.
Show all posts
2014-07-08
How to set swappiness on Linux
To check:
$ cat /proc/sys/vm/swappiness
To set till second reboot:
$ sudo sysctl vm.swappiness=5
To set permanently:
$ sudo nano /etc/sysctl.conf
Add line at the end
$ vm.swappiness=5
Older Posts
Home
Subscribe to:
Posts (Atom)