patch-2.1.91 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
- Lines: 17
- Date:
Thu Mar 26 15:36:55 1998
- Orig file:
v2.1.90/linux/mm/swap.c
- Orig date:
Tue Mar 17 22:18:15 1998
diff -u --recursive --new-file v2.1.90/linux/mm/swap.c linux/mm/swap.c
@@ -67,8 +67,13 @@
swapstat_t swapstats = {0};
buffer_mem_t buffer_mem = {
- 6, /* minimum percent buffer + cache memory */
- 20, /* borrow percent buffer + cache memory */
- 90 /* maximum percent buffer + cache memory */
+ 3, /* minimum percent buffer */
+ 10, /* borrow percent buffer */
+ 30 /* maximum percent buffer */
};
+buffer_mem_t page_cache = {
+ 10, /* minimum percent page cache */
+ 30, /* borrow percent page cache */
+ 75 /* maximum */
+};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov