Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/news68k/include Reduce NKMEMPAGES_MIN_DEFAULT.



details:   https://anonhg.NetBSD.org/src/rev/b1f76223e1cc
branches:  trunk
changeset: 499098:b1f76223e1cc
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 11 09:05:09 2000 +0000

description:
Reduce NKMEMPAGES_MIN_DEFAULT.

diffstat:

 sys/arch/news68k/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9ac103185e81 -r b1f76223e1cc sys/arch/news68k/include/param.h
--- a/sys/arch/news68k/include/param.h  Sat Nov 11 04:42:08 2000 +0000
+++ b/sys/arch/news68k/include/param.h  Sat Nov 11 09:05:09 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.2 2000/02/11 19:30:28 thorpej Exp $        */
+/*     $NetBSD: param.h,v 1.3 2000/11/11 09:05:09 tsutsui Exp $        */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -74,7 +74,7 @@
  * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
  * logical pages.
  */
-#define        NKMEMPAGES_MIN_DEFAULT  ((4 * 1024 * 1024) >> PAGE_SHIFT)
+#define        NKMEMPAGES_MIN_DEFAULT  ((3 * 1024 * 1024) >> PAGE_SHIFT)
 #define        NKMEMPAGES_MAX_DEFAULT  ((4 * 1024 * 1024) >> PAGE_SHIFT)
 
 #if defined(_KERNEL) && !defined(_LOCORE)



Home | Main Index | Thread Index | Old Index