diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 06:26:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-22 06:26:08 +0000 |
commit | eed663b0887ced680659ec0f053150667e749b49 (patch) | |
tree | e1d878d9d28c3b16423baeeeb34e89bf18002976 /sys/arch/pica/include | |
parent | 2ef6a7ecabca6b9bfac66baac2b272b15644a80b (diff) |
crank NMBCLUSTERS
Diffstat (limited to 'sys/arch/pica/include')
-rw-r--r-- | sys/arch/pica/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |