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 6c25307 commit 410cdd7Copy full SHA for 410cdd7
src/librustc_interface/util.rs
@@ -83,7 +83,7 @@ pub fn create_session(
83
(Lrc::new(sess), Lrc::new(codegen_backend), source_map)
84
}
85
86
-const STACK_SIZE: usize = 2 * 1024 * 1024;
+const STACK_SIZE: usize = 8 * 1024 * 1024;
87
88
fn get_stack_size() -> Option<usize> {
89
// FIXME: Hacks on hacks. If the env is trying to override the stack size
0 commit comments