[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [K12OSN] How to DRASTICALLY speed up app response on K12LTSP
- From: Eric Harrison <eharrison mail mesd k12 or us>
- To: "Support list for open source software in schools." <k12osn redhat com>
- Subject: Re: [K12OSN] How to DRASTICALLY speed up app response on K12LTSP
- Date: Fri, 05 Oct 2007 13:32:02 -0700
Jim Kronebusch wrote:
> On Fri, 5 Oct 2007 07:53:53 -0700, Dan Young wrote
>> On 10/5/07, "Terrell Prudé Jr." <microman cmosnetworks com> wrote:
>>> /sbin/sysctl -w vm.swappiness=1 (default is 60)
>>> /sbin/sysctl -w vm.vfs_cache_pressure=50 (default is 100)
>> If you want those kind of changes to persist between reboots, you must add
>> them to /etc/sysctl.conf
>
> So in /etc/sysctl.conf you would just add the following two lines"
>
> vm.swappiness=1
> vm.vfs_cache_pressure=50
>
> Thanks,
> Jim
>
Close. You need spaces around the "="
vm.swappiness = 1
vm.vfs_cache_pressure = 50
I learned this one the hard way, it drove me nuts one day ;-)
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]