diff options
author | 2001-12-05 17:08:32 +0000 | |
---|---|---|
committer | 2001-12-05 17:08:32 +0000 | |
commit | ece73bf041cb83eb57302eb0eaf983aed81893dd (patch) | |
tree | a8f8818fb096d50f3aff8e2aae416dbd244ad01c | |
parent | o) start new sentence on a new line; (diff) | |
download | wireguard-openbsd-ece73bf041cb83eb57302eb0eaf983aed81893dd.tar.xz wireguard-openbsd-ece73bf041cb83eb57302eb0eaf983aed81893dd.zip |
Put back to the old KMEM size, until we can increase this and have it work
on large memory machines.
-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) |