Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm26/include Drastically reduce PAGER_MAP_SIZE so ...
details: https://anonhg.NetBSD.org/src/rev/bef2d7a71e36
branches: trunk
changeset: 499825:bef2d7a71e36
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Thu Nov 30 12:16:00 2000 +0000
description:
Drastically reduce PAGER_MAP_SIZE so we don't run out of KVM so soon.
diffstat:
sys/arch/arm26/include/vmparam.h | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 209ed1dbfdfc -r bef2d7a71e36 sys/arch/arm26/include/vmparam.h
--- a/sys/arch/arm26/include/vmparam.h Thu Nov 30 12:08:13 2000 +0000
+++ b/sys/arch/arm26/include/vmparam.h Thu Nov 30 12:16:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.1 2000/05/09 21:56:01 bjh21 Exp $ */
+/* $NetBSD: vmparam.h,v 1.2 2000/11/30 12:16:00 bjh21 Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -72,6 +72,11 @@
#define MAXSLP 20
/*
+ * Override the default pager_map size, there's not enough KVA.
+ */
+#define PAGER_MAP_SIZE (1 * 1024 * 1024)
+
+/*
* Mach derived constants
*/
Home |
Main Index |
Thread Index |
Old Index