From eed663b0887ced680659ec0f053150667e749b49 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 22 Oct 1995 06:26:08 +0000 Subject: crank NMBCLUSTERS --- sys/arch/pica/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/pica/include/param.h') diff --git a/sys/arch/pica/include/param.h b/sys/arch/pica/include/param.h index 3f32862f4d8..60773bc1eb0 100644 --- a/sys/arch/pica/include/param.h +++ b/sys/arch/pica/include/param.h @@ -39,7 +39,7 @@ * * * from: @(#)param.h 8.1 (Berkeley) 6/10/93 - * $Id: param.h,v 1.1 1995/10/18 10:39:13 deraadt Exp $ + * $Id: param.h,v 1.2 1995/10/22 06:26:07 deraadt Exp $ */ /* @@ -102,9 +102,9 @@ #define MCLOFSET (MCLBYTES - 1) #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 -- cgit v1.2.3