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