Module Name: src
Committed By: he
Date: Thu Oct 8 12:49:06 UTC 2020
Modified Files:
src/sys/arch/arm/include/arm32: vmparam.h
Log Message:
Bump MAXDSIZ from 1536 to 1836.
1836 is 2048-128(MAXTSIZ)-64(MAXSSIZ).
Gives us a fighting chance to build rust natively.
OK'ed by skrll@
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/arm/include/arm32/vmparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/include/arm32/vmparam.h
diff -u src/sys/arch/arm/include/arm32/vmparam.h:1.55 src/sys/arch/arm/include/arm32/vmparam.h:1.56
--- src/sys/arch/arm/include/arm32/vmparam.h:1.55 Sat Aug 29 06:49:53 2020
+++ src/sys/arch/arm/include/arm32/vmparam.h Thu Oct 8 12:49:06 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.55 2020/08/29 06:49:53 skrll Exp $ */
+/* $NetBSD: vmparam.h,v 1.56 2020/10/08 12:49:06 he Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -70,7 +70,7 @@
#define DFLDSIZ (384*1024*1024) /* initial data size limit */
#endif
#ifndef MAXDSIZ
-#define MAXDSIZ (1536*1024*1024) /* max data size */
+#define MAXDSIZ (1856*1024*1024) /* max data size */
#endif
#ifndef DFLSSIZ
#define DFLSSIZ (4*1024*1024) /* initial stack size limit */