Module Name:    src
Committed By:   reinoud
Date:           Tue Dec 13 20:58:48 UTC 2011

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

Log Message:
Update kmempages; how does this relate to kvmspace though?


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 src/sys/arch/usermode/conf/std.usermode:1.8
--- src/sys/arch/usermode/conf/std.usermode:1.7	Sun Nov 27 20:06:26 2011
+++ src/sys/arch/usermode/conf/std.usermode	Tue Dec 13 20:58:47 2011
@@ -1,4 +1,4 @@
-# $NetBSD: std.usermode,v 1.7 2011/11/27 20:06:26 reinoud Exp $
+# $NetBSD: std.usermode,v 1.8 2011/12/13 20:58:47 reinoud Exp $
 
 machine usermode
 include "conf/std"
@@ -11,7 +11,7 @@ options 	EXEC_SCRIPT
 options 	URKELVISOR
 
 # Defaults
-options		NKMEMPAGES=2048
+options		NKMEMPAGES=4096
 #options		NKMEMPAGES_MAX_DEFAULT=2048
 options		syscall_debug
 

Reply via email to