Re: Taming CVS (was: Unidentified subject!)
- From: Petru Paler <ppetru hilti rdsbv ro>
- To: gnome-list gnome org
- Subject: Re: Taming CVS (was: Unidentified subject!)
- Date: Tue, 19 Jan 1999 16:38:20 +0200 (EET)
> # System tuning: to prevent CVS from crashing the system:
> echo 32768 > /proc/sys/kernel/file-max
I think this one is really obvious...
> echo "512 1024 2048" > /proc/sys/vm/freepages
The 3 numbers are, in order:
- when the number of free mem pages (4k if you are on Intel) reaches
this limit, no process can allocate more memory, except for the kernel
- this limit causes the kernel to start swapping aggresively
- this triggers the background swapping
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]