Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/include Decrease default NKMEMCLUSTERS. (128...



details:   https://anonhg.NetBSD.org/src/rev/09bdbe0dae4e
branches:  trunk
changeset: 474744:09bdbe0dae4e
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Jul 18 17:53:18 1999 +0000

description:
Decrease default NKMEMCLUSTERS. (128MB -> 8MB)

diffstat:

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

diffs (18 lines):

diff -r 801b699a646c -r 09bdbe0dae4e sys/arch/macppc/include/param.h
--- a/sys/arch/macppc/include/param.h   Sun Jul 18 13:47:50 1999 +0000
+++ b/sys/arch/macppc/include/param.h   Sun Jul 18 17:53:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.4 1999/01/12 10:51:40 tsubai Exp $ */
+/*     $NetBSD: param.h,v 1.5 1999/07/18 17:53:18 tsubai Exp $ */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -97,7 +97,7 @@
  * Size of kernel malloc arena in CLBYTES-sized logical pages.
  */
 #ifndef        NKMEMCLUSTERS
-#define        NKMEMCLUSTERS   (128 * 1024 * 1024 / CLBYTES)
+#define        NKMEMCLUSTERS   (8 * 1024 * 1024 / CLBYTES)
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index