Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Bump NMBCLUSTERS to something a littl...



details:   https://anonhg.NetBSD.org/src/rev/12dcde4de780
branches:  trunk
changeset: 565390:12dcde4de780
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Apr 06 14:56:13 2004 +0000

description:
Bump NMBCLUSTERS to something a little more modern - 2048 for the
normal case and 4096 for the "options GATEWAY" case.

diffstat:

 sys/arch/alpha/include/param.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 840b9034778f -r 12dcde4de780 sys/arch/alpha/include/param.h
--- a/sys/arch/alpha/include/param.h    Tue Apr 06 08:48:55 2004 +0000
+++ b/sys/arch/alpha/include/param.h    Tue Apr 06 14:56:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.33 2003/08/07 16:26:33 agc Exp $ */
+/* $NetBSD: param.h,v 1.34 2004/04/06 14:56:13 simonb Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -148,9 +148,9 @@
 #endif
 
 #ifdef GATEWAY
-#define        NMBCLUSTERS     512             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     4096            /* map size, max cluster allocation */
 #else
-#define        NMBCLUSTERS     256             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     2048            /* map size, max cluster allocation */
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index