From 4e1cac9ac991c6c2b2e5bfd10980ecc627809d7e Mon Sep 17 00:00:00 2001 From: rahnds Date: Sun, 26 Jan 1997 06:42:20 +0000 Subject: [PATCH] change default data limit so that source build will work without modifications. --- sys/arch/powerpc/include/vmparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/powerpc/include/vmparam.h b/sys/arch/powerpc/include/vmparam.h index 3cf36e06aec..e35f937122a 100644 --- a/sys/arch/powerpc/include/vmparam.h +++ b/sys/arch/powerpc/include/vmparam.h @@ -39,7 +39,7 @@ #endif #ifndef DFLDSIZ -#define DFLDSIZ (16*1024*1024) /* default data size */ +#define DFLDSIZ (32*1024*1024) /* default data size */ #endif #ifndef MAXDSIZ -- 2.20.1