diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-27 17:13:51 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-27 17:13:51 +0000 |
commit | ef288dd81b9d1d24d4e8abe40fd7c3f1325ce845 (patch) | |
tree | 9580133d15158ae1d41f44409a5233ce53ffeaf0 /sys/arch/alpha/include/param.h | |
parent | 828e80d24f1a2b9425b9d1d54710fd21a02100bc (diff) |
crank NKMEMCLUSTERS fron 4MB to 32MB.
Diffstat (limited to 'sys/arch/alpha/include/param.h')
-rw-r--r-- | sys/arch/alpha/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h index 5eb612be3b2..3cf4787fe9b 100644 --- a/sys/arch/alpha/include/param.h +++ b/sys/arch/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2000/11/24 03:57:49 millert Exp $ */ +/* $OpenBSD: param.h,v 1.17 2001/02/27 17:13:50 art Exp $ */ /* $NetBSD: param.h,v 1.30 2000/06/09 16:03:04 thorpej Exp $ */ /* @@ -128,7 +128,7 @@ * Size of kernel malloc arena in CLBYTES-sized logical pages */ #ifndef NKMEMCLUSTERS -#define NKMEMCLUSTERS (4096*1024/NBPG) /* XXX? */ +#define NKMEMCLUSTERS (32768*1024/NBPG) #endif |