aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorCharlie Root <root@FreeBSD.org>1993-07-03 21:21:35 +0000
committerCharlie Root <root@FreeBSD.org>1993-07-03 21:21:35 +0000
commitc26491ecf44becaebacd111b3191b643fd4c0d19 (patch)
treeb71a7cc2168ec454b344531ce229d1133f0c527f /sys/amd64/include
parentdcd59e08682c0ca8b22d60cc02d6b682db22a811 (diff)
Notes
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 39403d6aba6e..88c088787f19 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 */