summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-09-22 23:21:39 +0000
committerpeter <peter@FreeBSD.org>2003-09-22 23:21:39 +0000
commit58e9e8592fc9e50ef2faae595a048c65b7e3ac8d (patch)
treeffd2c4a1aa9e68a9720bd372be60cb84c6c24251 /sys/amd64/include/vmparam.h
parent23e0162faa0f1782385220af0fdadabc7770b742 (diff)
downloadFreeBSD-src-58e9e8592fc9e50ef2faae595a048c65b7e3ac8d.zip
FreeBSD-src-58e9e8592fc9e50ef2faae595a048c65b7e3ac8d.tar.gz
Increase the default data size limit from 512MB to 8GB. Increase default
stack limit from 64MB to 512MB.
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-rw-r--r--sys/amd64/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 9336bab..d72b599 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -55,13 +55,13 @@
#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (512UL*1024*1024) /* max data size */
+#define MAXDSIZ (8192UL*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
#define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */
#endif
#ifndef MAXSSIZ
-#define MAXSSIZ (64UL*1024*1024) /* max stack size */
+#define MAXSSIZ (512UL*1024*1024) /* max stack size */
#endif
#ifndef SGROWSIZ
#define SGROWSIZ (128UL*1024) /* amount to grow stack */
OpenPOWER on IntegriCloud