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 NKMEMPAGES_MAX_DEFAULT.
details: https://anonhg.NetBSD.org/src/rev/d64d3fd02da6
branches: trunk
changeset: 482083:d64d3fd02da6
user: tsubai <tsubai%NetBSD.org@localhost>
date: Sun Feb 13 17:01:47 2000 +0000
description:
Reduce NKMEMPAGES_MAX_DEFAULT.
diffstat:
sys/arch/macppc/include/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2c9ba9f6687e -r d64d3fd02da6 sys/arch/macppc/include/param.h
--- a/sys/arch/macppc/include/param.h Sun Feb 13 13:01:14 2000 +0000
+++ b/sys/arch/macppc/include/param.h Sun Feb 13 17:01:47 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.8 2000/02/11 19:25:16 thorpej Exp $ */
+/* $NetBSD: param.h,v 1.9 2000/02/13 17:01:47 tsubai Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -95,7 +95,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 ((48 * 1024 * 1024) >> PAGE_SHIFT)
/*
* pages ("clicks") to disk blocks
Home |
Main Index |
Thread Index |
Old Index