mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
auto merge of #8425 : dim-an/rust/increase-stack-size, r=brson
This commit is contained in:
commit
f0fc9c92ff
@ -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.
|
||||
// rustc needs a lot of stack!
|
||||
static STACK_SIZE: uint = 4000000;
|
||||
static STACK_SIZE: uint = 6000000;
|
||||
|
||||
let (p, ch) = stream();
|
||||
let ch = SharedChan::new(ch);
|
||||
|
Loading…
Reference in New Issue
Block a user