patch-2.1.36 linux/mm/page_alloc.c
Next file: linux/mm/swap.c
Previous file: linux/kernel/time.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Tue Apr 22 08:14:21 1997
- Orig file:
v2.1.35/linux/mm/page_alloc.c
- Orig date:
Mon Apr 14 16:28:27 1997
diff -u --recursive --new-file v2.1.35/linux/mm/page_alloc.c linux/mm/page_alloc.c
@@ -276,8 +276,8 @@
* with a minimum of 16 pages. This is totally arbitrary
*/
i = (end_mem - PAGE_OFFSET) >> (PAGE_SHIFT+7);
- if (i < 16)
- i = 16;
+ if (i < 48)
+ i = 48;
min_free_pages = i;
free_pages_low = i + (i>>1);
free_pages_high = i + i;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov