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/sparc/include | |
parent | 2ef6a7ecabca6b9bfac66baac2b272b15644a80b (diff) |
crank NMBCLUSTERS
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r-- | sys/arch/sparc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 25a16df9d67..c62dfcfe3cb 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -124,9 +124,9 @@ extern int nbpg, pgofset, pgshift; #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 |