Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/include Reduce PAGER_MAP_SIZE to 4MB.



details:   https://anonhg.NetBSD.org/src/rev/da9b510dd89b
branches:  trunk
changeset: 499707:da9b510dd89b
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Mon Nov 27 11:37:33 2000 +0000

description:
Reduce PAGER_MAP_SIZE to 4MB.

diffstat:

 sys/arch/macppc/include/vmparam.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 74ccf663e747 -r da9b510dd89b sys/arch/macppc/include/vmparam.h
--- a/sys/arch/macppc/include/vmparam.h Mon Nov 27 10:19:12 2000 +0000
+++ b/sys/arch/macppc/include/vmparam.h Mon Nov 27 11:37:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.11 2000/02/11 19:25:16 thorpej Exp $     */
+/*     $NetBSD: vmparam.h,v 1.12 2000/11/27 11:37:33 tsubai Exp $      */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -94,6 +94,11 @@
 #define VM_MAX_KERNEL_BUF      (SEGMENT_LENGTH * 7 / 10)
 #endif
 
+/*
+ * Override the default pager_map size, there's not enough KVA.
+ */
+#define PAGER_MAP_SIZE         (4 * 1024 * 1024)
+
 #define        VM_PHYS_SIZE            (USRIOSIZE * NBPG)
 
 struct pmap_physseg {



Home | Main Index | Thread Index | Old Index