-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
"BS" == Bart Schaefer schaefer+centos@zanshin.com
BS> (1) Is the aforementioned kernel patch already present in BS> the CentOS-3.3 kernels?
It seems like it's in the 3.1 series kernels
vosill% ll /proc/sys/vm/pagecache - -rw-r--r-- 1 root root 0 Sep 21 12:11 /proc/sys/vm/pagecache
Values default to 1, 15, 100, but can be reset with the command you suggested. I'll let you know if I notice any changes.
Claire
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Claire Connelly cmc@math.hmc.edu Systems Administrator (909) 621-8754 Department of Mathematics Harvey Mudd College *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
On Tue, 21 Sep 2004, C.M. Connelly wrote:
"BS" == Bart Schaefer schaefer+centos@zanshin.com
BS> (1) Is the aforementioned kernel patch already present in BS> the CentOS-3.3 kernels?
It seems like it's in the 3.1 series kernels
I know the device (what _is_ the right generic noun for the files under /proc, anyway?) is there, but:
Values default to 1, 15, 100, but can be reset with the command
The patch to which I'm referring isn't one to add the device, but rather to reset the default parameters to 1, 5, 10.
I'll let you know if I notice any changes.
Thanks.
If you can't wait or don't want to mess with a kernel patch, just run the following as root:
/sbin/sysctl -w vm.pagecache="1 5 10" echo "vm.pagecache = 1 5 10" >> /etc/sysctl.conf
On Tue, 2004-09-21 at 14:20, Bart Schaefer wrote:
On Tue, 21 Sep 2004, C.M. Connelly wrote:
"BS" == Bart Schaefer schaefer+centos@zanshin.com
BS> (1) Is the aforementioned kernel patch already present in BS> the CentOS-3.3 kernels?
It seems like it's in the 3.1 series kernels
I know the device (what _is_ the right generic noun for the files under /proc, anyway?) is there, but:
Values default to 1, 15, 100, but can be reset with the command
The patch to which I'm referring isn't one to add the device, but rather to reset the default parameters to 1, 5, 10.
I'll let you know if I notice any changes.
Thanks. _______________________________________________ CentOS mailing list CentOS@caosity.org http://www.caosity.org/mailman/listinfo/centos
Will Dinkel Software Engineer Team HPC, Inc. 785-542-2135 x304 wdinkel@teamhpc.com http://www.teamhpc.com
I have noticed the same erroneous behavior in my 3.3 install as what is mentioned in the two buzilla reports. I had to use the "echo 1 10 15 > /proc/sys/vm/pagecache" command tog et it back under control.
Bart Schaefer wrote:
On Tue, 21 Sep 2004, C.M. Connelly wrote:
"BS" == Bart Schaefer schaefer+centos@zanshin.com
BS> (1) Is the aforementioned kernel patch already present in BS> the CentOS-3.3 kernels?
It seems like it's in the 3.1 series kernels
I know the device (what _is_ the right generic noun for the files under /proc, anyway?) is there, but:
Values default to 1, 15, 100, but can be reset with the command
The patch to which I'm referring isn't one to add the device, but rather to reset the default parameters to 1, 5, 10.
I'll let you know if I notice any changes.
Thanks. _______________________________________________ CentOS mailing list CentOS@caosity.org http://www.caosity.org/mailman/listinfo/centos