We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a8c41 commit 5996551Copy full SHA for 5996551
etc/ensure_stack_limit.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-recstacksize=65536
+recstacksize=66520
6
if command -v ulimit >/dev/null 2>/dev/null; then
7
hardstacksize="$(ulimit -H -s || true)"
8
(
0 commit comments