From a936ce1f0e47555862be9fc2dc3adc28bf520752 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 30 Oct 2004 00:11:41 +0000 Subject: MFC: rev 1.45: increase MAXDSIZ from 8MB to 32MB. (I believe there will be a tag slide for this) Approved by: re (kensmith) --- sys/amd64/include/vmparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index d76be9452ba3..954cebc3d8b3 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -57,7 +57,7 @@ #define DFLDSIZ (128UL*1024*1024) /* initial data size limit */ #endif #ifndef MAXDSIZ -#define MAXDSIZ (8192UL*1024*1024) /* max data size */ +#define MAXDSIZ (32768UL*1024*1024) /* max data size */ #endif #ifndef DFLSSIZ #define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */ -- cgit v1.2.3