Skip to content

Commit

Permalink
Use 66520 for stack size limit for MacOS (mit-plv#1586)
Browse files Browse the repository at this point in the history
Apparently 66520 is the absolute limit on Mac, cf mit-plv#1565 (comment)
  • Loading branch information
JasonGross authored Apr 6, 2023
1 parent 91a8c41 commit 5996551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ensure_stack_limit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

recstacksize=65536
recstacksize=66520
if command -v ulimit >/dev/null 2>/dev/null; then
hardstacksize="$(ulimit -H -s || true)"
(
Expand Down

0 comments on commit 5996551

Please sign in to comment.