summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
diff options
context:
space:
mode:
authormmel <mmel@FreeBSD.org>2017-05-22 12:35:31 +0000
committermmel <mmel@FreeBSD.org>2017-05-22 12:35:31 +0000
commit3964480473e31a62d0cf5fc0b103cd15d64ff9a7 (patch)
tree090c60747ed1f69a1d3f7c3012fa7d1eca3c8ddd /sys/arm/include
parenta6995a42081b39297df62dd06e6baed6403fcda9 (diff)
downloadFreeBSD-src-3964480473e31a62d0cf5fc0b103cd15d64ff9a7.zip
FreeBSD-src-3964480473e31a62d0cf5fc0b103cd15d64ff9a7.tar.gz
MFC r318530:
Increase maximum text segment size. LLVM binaries are huge...
Diffstat (limited to 'sys/arm/include')
-rw-r--r--sys/arm/include/vmparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h
index c28b28e..061ccab 100644
--- a/sys/arm/include/vmparam.h
+++ b/sys/arm/include/vmparam.h
@@ -42,7 +42,7 @@
* Virtual memory related constants, all in bytes
*/
#ifndef MAXTSIZ
-#define MAXTSIZ (64UL*1024*1024) /* max text size */
+#define MAXTSIZ (256UL*1024*1024) /* max text size */
#endif
#ifndef DFLDSIZ
#define DFLDSIZ (128UL*1024*1024) /* initial data size limit */
OpenPOWER on IntegriCloud