diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-05 17:08:33 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-05 17:08:33 +0000 |
commit | 1cf31561089989968267ccb825fce8e0c15cf04c (patch) | |
tree | af4ab76d2df7b337065f7a98fee28208923d0d86 /sys/arch/macppc/include | |
parent | c083827604d2226d0e77634b22bc6b22b224bd58 (diff) |
Put back to the old KMEM size, until we can increase this and have it work
on large memory machines.
Diffstat (limited to 'sys/arch/macppc/include')
-rw-r--r-- | sys/arch/macppc/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/param.h b/sys/arch/macppc/include/param.h index 340f72c4b97..f47602547e9 100644 --- a/sys/arch/macppc/include/param.h +++ b/sys/arch/macppc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.2 2001/12/05 01:57:15 provos Exp $ */ +/* $OpenBSD: param.h,v 1.3 2001/12/05 17:08:32 drahn Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -55,5 +55,5 @@ * logical pages. */ #define NKMEMPAGES_MIN_DEFAULT ((8 * 1024 * 1024) >> PAGE_SHIFT) -#define NKMEMPAGES_MAX_DEFAULT ((48 * 1024 * 1024) >> PAGE_SHIFT) +#define NKMEMPAGES_MAX_DEFAULT ((16 * 1024 * 1024) >> PAGE_SHIFT) |