diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-19 05:22:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-19 05:22:58 +0000 |
commit | 33814909b74dd05d81fed5435b39b01fa9756dcb (patch) | |
tree | 3854b0d6b02ede67a5f2c34e7591142bd4006937 /sys | |
parent | f036314cd6f9fc62f27e25e489ffdd6757eaf683 (diff) |
bump NMBCLUSTERS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h index fdade7ef560..492c7b33bac 100644 --- a/sys/arch/sparc64/include/param.h +++ b/sys/arch/sparc64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 2001/12/10 01:05:28 miod Exp $ */ +/* $OpenBSD: param.h,v 1.7 2002/02/19 05:22:57 jason Exp $ */ /* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */ /* @@ -205,9 +205,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 |