Bump default MAXTSIZ (kern.maxtsiz) from 128MB to 32GB. The old limits
prevents one from running eg clang built with debug; the new one is
arbitrary (equal to MAXDSIZ) and... well, should be quite future-proof.
MFC after: 2 weeks
Differential D10758
Bump MAXTSIZ. trasz on May 16 2017, 5:17 PM. Authored by Tags None Referenced Files
Subscribers
Details Bump default MAXTSIZ (kern.maxtsiz) from 128MB to 32GB. The old limits MFC after: 2 weeks
Diff Detail
Event TimelineComment Actions Hm, for other 64 bit architectures MAXTSIZ seems to be equal to MAXDSIZ already, except that both are 1GB. Not sure if we need to do anything about that then. Comment Actions On the other hand, the binary was 2.2GB big on amd64, so it _might_ be over the 1GB text size limit. I'll ask about bumping it, I guess. |