I use ssd disk and want to modify swappiness variable. What is the proper place to do it? Am I right, I should put it into /etc/sysctl.conf?
Hi
Yes, that’s the file, eg;
vm.swappiness = 10
I have 4GB of RAM on this system (OCZ-AGILITY3 60GB) and don’t
hibernate, so have swap set to 1.9GB (last partition and to take up the
alignment slack).
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.1 (x86_64) Kernel 3.1.9-1.4-desktop
up 15:52, 3 users, load average: 0.00, 0.03, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
Thank you!