aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorRobert Millan <rmh@FreeBSD.org>2012-04-27 22:27:21 +0000
committerRobert Millan <rmh@FreeBSD.org>2012-04-27 22:27:21 +0000
commit74269bb439093fa507845104f663da2a8234f302 (patch)
tree5b4ff607d71b615c007addd8c101b23d0b90570d /sys/amd64/include/vmparam.h
parent4964d807051ced7779cc8eb20687f2b379bb6250 (diff)
downloadsrc-74269bb439093fa507845104f663da2a8234f302.tar.gz
src-74269bb439093fa507845104f663da2a8234f302.zip
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
Notes
Notes: svn path=/head/; revision=234743
Diffstat (limited to 'sys/amd64/include/vmparam.h')
-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 0c656023fd4c..e06fa399cac2 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 */