mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 04:23:30 +00:00
Increase system stack size.
This commit is contained in:
parent
74efdf6197
commit
980bcdd381
@ -312,7 +312,7 @@ pub fn monitor(f: ~fn(diagnostic::Emitter)) {
|
|||||||
|
|
||||||
// XXX: This is a hack for newsched since it doesn't support split stacks.
|
// XXX: This is a hack for newsched since it doesn't support split stacks.
|
||||||
// rustc needs a lot of stack!
|
// rustc needs a lot of stack!
|
||||||
static STACK_SIZE: uint = 4000000;
|
static STACK_SIZE: uint = 6000000;
|
||||||
|
|
||||||
let (p, ch) = stream();
|
let (p, ch) = stream();
|
||||||
let ch = SharedChan::new(ch);
|
let ch = SharedChan::new(ch);
|
||||||
|
Loading…
Reference in New Issue
Block a user