Skip to content

Commit 980bcdd

Browse files
committed
Increase system stack size.
1 parent 74efdf6 commit 980bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/rustc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
312312

313313
// XXX: This is a hack for newsched since it doesn't support split stacks.
314314
// rustc needs a lot of stack!
315-
static STACK_SIZE: uint = 4000000;
315+
static STACK_SIZE: uint = 6000000;
316316

317317
let (p, ch) = stream();
318318
let ch = SharedChan::new(ch);

0 commit comments

Comments
 (0)