Skip to content

Commit

Permalink
Double available stack when compiling OCaml binaries for saturated so…
Browse files Browse the repository at this point in the history
…linas
  • Loading branch information
JasonGross committed Nov 11, 2022
1 parent 49b71dd commit 623676f
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=32768
recstacksize=65536
if command -v ulimit >/dev/null 2>/dev/null; then
hardstacksize="$(ulimit -H -s || true)"
(
Expand Down

0 comments on commit 623676f

Please sign in to comment.