Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/arch/amd64/include Pull up following revision(s) (req...
details: https://anonhg.NetBSD.org/src/rev/5303a8aacbbf
branches: netbsd-3
changeset: 577826:5303a8aacbbf
user: tron <tron%NetBSD.org@localhost>
date: Tue Feb 14 13:25:51 2006 +0000
description:
Pull up following revision(s) (requested by chs in ticket #1166):
sys/arch/amd64/include/param.h: revision 1.2
increase NKMEMPAGES_MAX_DEFAULT to 1 GB.
this allows lots more memory to be used for amaps, etc.
diffstat:
sys/arch/amd64/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3ea1dbed7be2 -r 5303a8aacbbf sys/arch/amd64/include/param.h
--- a/sys/arch/amd64/include/param.h Tue Feb 14 13:23:22 2006 +0000
+++ b/sys/arch/amd64/include/param.h Tue Feb 14 13:25:51 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.1 2003/04/26 18:39:45 fvdl Exp $ */
+/* $NetBSD: param.h,v 1.1.16.1 2006/02/14 13:25:51 tron Exp $ */
#ifdef _KERNEL
#ifdef _LOCORE
@@ -107,7 +107,7 @@
* logical pages.
*/
#define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT)
-#define NKMEMPAGES_MAX_DEFAULT ((128 * 1024 * 1024) >> PAGE_SHIFT)
+#define NKMEMPAGES_MAX_DEFAULT ((1 *1024 * 1024 * 1024) >> PAGE_SHIFT)
/* pages ("clicks") to disk blocks */
#define ctod(x) ((x) << (PGSHIFT - DEV_BSHIFT))
Home |
Main Index |
Thread Index |
Old Index