summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-09-17 17:44:07 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-09-17 17:44:07 +0000
commit2338a1d456b05bdfeb0890ddce66b4b5c7e1d780 (patch)
treefb195c9b203751aec35e4c3bc7d46a1d3fcba97d /sys/arch/alpha
parentbaed375c33e65e3e3345b26df57bf887b3fa7df0 (diff)
Double default NMBCLUSTERS settings.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h
index dbffda59fd1..0350a8ded4d 100644
--- a/sys/arch/alpha/include/param.h
+++ b/sys/arch/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.9 1997/01/24 19:57:14 niklas Exp $ */
+/* $OpenBSD: param.h,v 1.10 1997/09/17 17:44:04 downsj Exp $ */
/* $NetBSD: param.h,v 1.15 1996/11/13 21:13:19 cgd Exp $ */
/*
@@ -103,9 +103,9 @@
#define MCLOFSET (MCLBYTES - 1)
#ifndef NMBCLUSTERS
#ifdef GATEWAY
-#define NMBCLUSTERS 512 /* map size, max cluster allocation */
+#define NMBCLUSTERS 1024 /* map size, max cluster allocation */
#else
-#define NMBCLUSTERS 256 /* map size, max cluster allocation */
+#define NMBCLUSTERS 512 /* map size, max cluster allocation */
#endif
#endif