Re: Where to set swappiness? (an entry in /etc/sysfs.conf doesn't do it)

2012-07-24 Thread Slavko
Ahoj, Dňa Mon, 23 Jul 2012 23:15:10 -0700 John Magolske napísal: > Which I did...but that value is not set after reboot: > > # cat /proc/sys/vm/swappiness > 60 i was in similar problem some months ago, then i find, that i have one forgotten setting in another file in /etc/sysctl.d :-) try

Re: Where to set swappiness? (an entry in /etc/sysfs.conf doesn't do it)

2012-07-24 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, On 24.07.2012 09:15, John Magolske wrote: > Hello, > > This command will set swappiness (to 0 in this case): > > # sysctl vm.swappiness=0 > > To have that setting persist across reboots, it is suggested to > add a line like so to /etc/sysfs.c

Re: Where to set swappiness? (an entry in /etc/sysfs.conf doesn't do it)

2012-07-24 Thread Stan Hoeppner
On 7/24/2012 1:15 AM, John Magolske wrote: > Hello, > > This command will set swappiness (to 0 in this case): > > # sysctl vm.swappiness=0 > > To have that setting persist across reboots, it is suggested to add > a line like so to /etc/sysfs.conf : Close, it's: /etc/sysctl.conf -- Stan

Where to set swappiness? (an entry in /etc/sysfs.conf doesn't do it)

2012-07-23 Thread John Magolske
Hello, This command will set swappiness (to 0 in this case): # sysctl vm.swappiness=0 To have that setting persist across reboots, it is suggested to add a line like so to /etc/sysfs.conf : vm.swappiness=0 Which I did...but that value is not set after reboot: # cat /proc/sys/vm/swappine