Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/include Increase NMBCLUSTERS.
details: https://anonhg.NetBSD.org/src/rev/bff0f3aa9eda
branches: trunk
changeset: 521940:bff0f3aa9eda
user: eeh <eeh%NetBSD.org@localhost>
date: Sat Feb 09 04:58:53 2002 +0000
description:
Increase NMBCLUSTERS.
diffstat:
sys/arch/sparc64/include/param.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r d30b8dc5139e -r bff0f3aa9eda sys/arch/sparc64/include/param.h
--- a/sys/arch/sparc64/include/param.h Sat Feb 09 04:50:13 2002 +0000
+++ b/sys/arch/sparc64/include/param.h Sat Feb 09 04:58:53 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.26 2001/12/04 00:53:19 darrenr Exp $ */
+/* $NetBSD: param.h,v 1.27 2002/02/09 04:58:53 eeh Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -212,9 +212,9 @@
#ifndef NMBCLUSTERS
#ifdef GATEWAY
-#define NMBCLUSTERS 512 /* map size, max cluster allocation */
+#define NMBCLUSTERS 2048 /* map size, max cluster allocation */
#else
-#define NMBCLUSTERS 256 /* map size, max cluster allocation */
+#define NMBCLUSTERS 1024 /* map size, max cluster allocation */
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index