patch-2.1.131 linux/mm/swap.c
Next file: linux/mm/vmscan.c
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Fri Nov 27 10:15:29 1998
-  Orig file: 
v2.1.130/linux/mm/swap.c
-  Orig date: 
Fri Nov 27 13:09:30 1998
diff -u --recursive --new-file v2.1.130/linux/mm/swap.c linux/mm/swap.c
@@ -62,13 +62,13 @@
 
 buffer_mem_t buffer_mem = {
 	5,	/* minimum percent buffer */
-	25,	/* borrow percent buffer */
+	10,	/* borrow percent buffer */
 	60	/* maximum percent buffer */
 };
 
 buffer_mem_t page_cache = {
 	5,	/* minimum percent page cache */
-	30,	/* borrow percent page cache */
+	15,	/* borrow percent page cache */
 	75	/* maximum */
 };
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov