patch-2.1.116 linux/mm/swap.c

Next file: linux/mm/vmscan.c
Previous file: linux/mm/page_alloc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.115/linux/mm/swap.c linux/mm/swap.c
@@ -67,9 +67,9 @@
 swapstat_t swapstats = {0};
 
 buffer_mem_t buffer_mem = {
-	3,	/* minimum percent buffer */
-	10,	/* borrow percent buffer */
-	30	/* maximum percent buffer */
+	5,	/* minimum percent buffer */
+	25,	/* borrow percent buffer */
+	50	/* maximum percent buffer */
 };
 
 buffer_mem_t page_cache = {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov