Module Name:    src
Committed By:   reinoud
Date:           Mon Aug 22 15:26:55 UTC 2011

Modified Files:
        src/sys/arch/usermode/conf: std.usermode

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/conf/std.usermode

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/usermode/conf/std.usermode
diff -u src/sys/arch/usermode/conf/std.usermode:1.4 src/sys/arch/usermode/conf/std.usermode:1.5
--- src/sys/arch/usermode/conf/std.usermode:1.4	Sun Aug 21 15:08:43 2011
+++ src/sys/arch/usermode/conf/std.usermode	Mon Aug 22 15:26:55 2011
@@ -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

Reply via email to