Module Name: src
Committed By: reinoud
Date: Fri Jan 6 12:53:07 UTC 2012
Modified Files:
src/sys/arch/usermode/include: vmparam.h
Log Message:
Bump pager map default size since KVM is not that tight anymore
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/usermode/include/vmparam.h
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/include/vmparam.h
diff -u src/sys/arch/usermode/include/vmparam.h:1.13 src/sys/arch/usermode/include/vmparam.h:1.14
--- src/sys/arch/usermode/include/vmparam.h:1.13 Tue Jan 3 21:28:50 2012
+++ src/sys/arch/usermode/include/vmparam.h Fri Jan 6 12:53:07 2012
@@ -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 <[email protected]>
@@ -52,7 +52,7 @@ extern paddr_t kmem_user_start, kmem_use
#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