Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/include Double the value for NKMEMCLUSTERS, ...
details: https://anonhg.NetBSD.org/src/rev/9be2cc586e2c
branches: trunk
changeset: 473152:9be2cc586e2c
user: scw <scw%NetBSD.org@localhost>
date: Sat May 22 16:37:03 1999 +0000
description:
Double the value for NKMEMCLUSTERS, to allow more KVA for LFS et al.
diffstat:
sys/arch/mvme68k/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d4fa6be452aa -r 9be2cc586e2c sys/arch/mvme68k/include/param.h
--- a/sys/arch/mvme68k/include/param.h Sat May 22 05:05:11 1999 +0000
+++ b/sys/arch/mvme68k/include/param.h Sat May 22 16:37:03 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.14 1999/02/20 16:24:53 scw Exp $ */
+/* $NetBSD: param.h,v 1.15 1999/05/22 16:37:03 scw Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -68,7 +68,7 @@
* Size of kernel malloc arena in CLBYTES-sized logical pages
*/
#ifndef NKMEMCLUSTERS
-# define NKMEMCLUSTERS (2048 * 1024 / CLBYTES)
+# define NKMEMCLUSTERS (4096 * 1024 / CLBYTES)
#endif
/*
Home |
Main Index |
Thread Index |
Old Index