summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmparam.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-27 00:38:46 +0000
committerjkh <jkh@FreeBSD.org>1997-10-27 00:38:46 +0000
commitabd3e4e8910b45e6c2cfc9e6bad9b8c8d37d602a (patch)
treeb09d53af4d56aa9414491d2dfdbc41d449b2d51f /sys/amd64/include/vmparam.h
parent298618c9009a33b4f4ed3b7de1c69ccf61115d9a (diff)
downloadFreeBSD-src-abd3e4e8910b45e6c2cfc9e6bad9b8c8d37d602a.zip
FreeBSD-src-abd3e4e8910b45e6c2cfc9e6bad9b8c8d37d602a.tar.gz
Bump MAXDSIZ to 512MB so that soft limits have a chance to actually
regulate this. Reviewed by: dyson
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 094903e..e8759b3 100644
--- a/sys/amd64/include/vmparam.h
+++ b/sys/amd64/include/vmparam.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
- * $Id: vmparam.h,v 1.25 1997/04/07 09:30:22 peter Exp $
+ * $Id: vmparam.h,v 1.26 1997/06/25 20:18:58 tegge Exp $
*/
@@ -57,7 +57,7 @@
#define DFLDSIZ (64UL*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (128UL*1024*1024) /* max data size */
+#define MAXDSIZ (512UL*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
#define DFLSSIZ (8UL*1024*1024) /* initial stack size limit */
OpenPOWER on IntegriCloud