Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/include Bump pager map default size since ...



details:   https://anonhg.NetBSD.org/src/rev/24ab7fa9b277
branches:  trunk
changeset: 772505:24ab7fa9b277
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Jan 06 12:53:07 2012 +0000

description:
Bump pager map default size since KVM is not that tight anymore

diffstat:

 sys/arch/usermode/include/vmparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f5f3da25954e -r 24ab7fa9b277 sys/arch/usermode/include/vmparam.h
--- a/sys/arch/usermode/include/vmparam.h       Fri Jan 06 10:38:56 2012 +0000
+++ b/sys/arch/usermode/include/vmparam.h       Fri Jan 06 12:53:07 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.13 2012/01/03 21:28:50 reinoud Exp $ */
+/* $NetBSD: vmparam.h,v 1.14 2012/01/06 12:53:07 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -52,7 +52,7 @@
 #define        USRSTACK                VM_MAXUSER_ADDRESS
 
 /* override the default pager_map size, there is little KVA */
-#define PAGER_MAP_DEFAULT_SIZE (4 * 1024 * 1024)
+#define PAGER_MAP_DEFAULT_SIZE (8 * 1024 * 1024)
 
 #if defined(__i386__) 
 #define        PAGE_SHIFT              12



Home | Main Index | Thread Index | Old Index