We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ca50b commit 221b01aCopy full SHA for 221b01a
src/init.c
@@ -139,7 +139,7 @@ static void jl_find_stack_bottom(void)
139
140
// When using the sanitizers, increase stack size because they bloat
141
// stack usage
142
- const rlim_t kStackSize = 32 * 1024 * 1024; // 32MB stack
+ const rlim_t kStackSize = 64 * 1024 * 1024; // 64MiB stack
143
int result;
144
145
result = getrlimit(RLIMIT_STACK, &rl);
0 commit comments