summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorroot <root@FreeBSD.org>1993-07-03 21:21:35 +0000
committerroot <root@FreeBSD.org>1993-07-03 21:21:35 +0000
commita0b680d9d9b65fee5b0ca34cb99fa0b58262eedc (patch)
treeb71a7cc2168ec454b344531ce229d1133f0c527f /sys/amd64/include/vmparam.h
parent7048cfb1c8948ef84822c8eef8d0a8a8b200eb08 (diff)
downloadFreeBSD-src-a0b680d9d9b65fee5b0ca34cb99fa0b58262eedc.zip
FreeBSD-src-a0b680d9d9b65fee5b0ca34cb99fa0b58262eedc.tar.gz
Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
kernel, ps and w for this to work!
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 39403d6..88c0887 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -63,7 +63,7 @@
*/
#define MAXTSIZ (6*1024*1024) /* max text size */
#ifndef DFLDSIZ
-#define DFLDSIZ (6*1024*1024) /* initial data size limit */
+#define DFLDSIZ (16*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
#define MAXDSIZ (32*1024*1024) /* max data size */
OpenPOWER on IntegriCloud