Skip to content

Commit 5996551

Browse files
authored
Use 66520 for stack size limit for MacOS (#1586)
Apparently 66520 is the absolute limit on Mac, cf #1565 (comment)
1 parent 91a8c41 commit 5996551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/ensure_stack_limit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
recstacksize=65536
5+
recstacksize=66520
66
if command -v ulimit >/dev/null 2>/dev/null; then
77
hardstacksize="$(ulimit -H -s || true)"
88
(

0 commit comments

Comments
 (0)