summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2004-01-25 01:53:13 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2004-01-25 01:53:13 +0000
commitd4885e2afe7ff301dcb382084f0cf1fd135d2b73 (patch)
treec8efd84ab1d5420c2d9995284e8c588f25259777 /sys/arch
parent261bc801b171143bb61a337ce0e05c370bf4d91f (diff)
Crank SHMMAXPGS to 32mb; OK mickey@
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index d22388b13cf..f720756fa5e 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.27 2003/04/16 07:31:38 mickey Exp $ */
+/* $OpenBSD: vmparam.h,v 1.28 2004/01/25 01:53:12 millert Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -65,7 +65,7 @@
* This is basically slop for kmempt which we actually allocate (malloc) from.
*/
#ifndef SHMMAXPGS
-#define SHMMAXPGS ((1024*1024*10)/NBPG) /* 10mb */
+#define SHMMAXPGS 8192 /* 32mb */
#endif
/*