summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorrmh <rmh@FreeBSD.org>2012-04-27 22:27:21 +0000
committerrmh <rmh@FreeBSD.org>2012-04-27 22:27:21 +0000
commit8a02a7ab5bedabbc1f6b578347bd256752da3be1 (patch)
tree5b4ff607d71b615c007addd8c101b23d0b90570d /sys/amd64/include
parent2dcf58ad40ee79478e5242004a0f0ac5ea51dfe1 (diff)
downloadFreeBSD-src-8a02a7ab5bedabbc1f6b578347bd256752da3be1.zip
FreeBSD-src-8a02a7ab5bedabbc1f6b578347bd256752da3be1.tar.gz
Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtual
memory available, so there is no need to be so conservative about it. Reviewed by: arch
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h
index 0c65602..e06fa39 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -54,7 +54,7 @@
*/
#define MAXTSIZ (128UL*1024*1024) /* max text size */
#ifndef DFLDSIZ
-#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
+#define DFLDSIZ (32768UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32768UL*1024*1024) /* max data size */
OpenPOWER on IntegriCloud