We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aa612a + 280b8a2 commit ed25a67Copy full SHA for ed25a67
src/rt/rust_sched_loop.cpp
@@ -19,7 +19,7 @@ pthread_key_t rust_sched_loop::task_key;
19
DWORD rust_sched_loop::task_key;
20
#endif
21
22
-const size_t C_STACK_SIZE = 1024*1024;
+const size_t C_STACK_SIZE = 2*1024*1024;
23
24
bool rust_sched_loop::tls_initialized = false;
25
0 commit comments