Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf Bump NKMEMPAGES from 512 to 2048 for ...



details:   https://anonhg.NetBSD.org/src/rev/e54c69354156
branches:  trunk
changeset: 768602:e54c69354156
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Mon Aug 22 15:26:55 2011 +0000

description:
Bump NKMEMPAGES from 512 to 2048 for NetBSD/usermode. This will be sufficient
for a 128 MB amd64 machine. Might better be parameterized one day.

diffstat:

 sys/arch/usermode/conf/std.usermode |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 42f191411c04 -r e54c69354156 sys/arch/usermode/conf/std.usermode
--- a/sys/arch/usermode/conf/std.usermode       Mon Aug 22 09:43:08 2011 +0000
+++ b/sys/arch/usermode/conf/std.usermode       Mon Aug 22 15:26:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.usermode,v 1.4 2011/08/21 15:08:43 reinoud Exp $
+# $NetBSD: std.usermode,v 1.5 2011/08/22 15:26:55 reinoud Exp $
 
 machine usermode
 include "conf/std"
@@ -9,7 +9,7 @@
 options        EXEC_SCRIPT
 
 # Defaults
-options                NKMEMPAGES=256
+options                NKMEMPAGES=2048
 #options               NKMEMPAGES_MAX_DEFAULT=2048
 
 defflag opt_xen.h      DO_NOT_DEFINE



Home | Main Index | Thread Index | Old Index