summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/vmparam.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-06-12 09:10:22 +0000
committerdg <dg@FreeBSD.org>1998-06-12 09:10:22 +0000
commit6da95c02e7dfd971a7cc10fd71c2e6763e023feb (patch)
tree00b764280e946a4b423ee26a5618480658673077 /sys/i386/include/vmparam.h
parent1ee51dd89f8fa0c587541ec9a5d0e0a307a1319e (diff)
downloadFreeBSD-src-6da95c02e7dfd971a7cc10fd71c2e6763e023feb.zip
FreeBSD-src-6da95c02e7dfd971a7cc10fd71c2e6763e023feb.tar.gz
Increased MAXTSIZ to 128MB...there are binaries that get quite large.
Increased DFLDSIZ to 128MB, as it is a better default. Reviewed by: jkh
Diffstat (limited to 'sys/i386/include/vmparam.h')
-rw-r--r--sys/i386/include/vmparam.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h
index 4f188d6..d2e65e9 100644
--- a/sys/i386/include/vmparam.h
+++ b/sys/i386/include/vmparam.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id: vmparam.h,v 1.28 1998/02/05 03:31:53 dyson Exp $
+ * $Id: vmparam.h,v 1.29 1998/02/23 07:42:40 dyson Exp $
*/
@@ -52,9 +52,9 @@
/*
* Virtual memory related constants, all in bytes
*/
-#define MAXTSIZ (16UL*1024*1024) /* max text size */
+#define MAXTSIZ (128UL*1024*1024) /* max text size */
#ifndef DFLDSIZ
-#define DFLDSIZ (64UL*1024*1024) /* initial data size limit */
+#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (512UL*1024*1024) /* max data size */
OpenPOWER on IntegriCloud