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 Update kmempages; how does this relat...



details:   https://anonhg.NetBSD.org/src/rev/4e4c354a3276
branches:  trunk
changeset: 772019:4e4c354a3276
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Dec 13 20:58:47 2011 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 2dbf9acbae4f -r 4e4c354a3276 sys/arch/usermode/conf/std.usermode
--- a/sys/arch/usermode/conf/std.usermode       Tue Dec 13 17:54:01 2011 +0000
+++ b/sys/arch/usermode/conf/std.usermode       Tue Dec 13 20:58:47 2011 +0000
@@ -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        URKELVISOR
 
 # Defaults
-options                NKMEMPAGES=2048
+options                NKMEMPAGES=4096
 #options               NKMEMPAGES_MAX_DEFAULT=2048
 options                syscall_debug
 



Home | Main Index | Thread Index | Old Index