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 54120d9 commit 8e10345Copy full SHA for 8e10345
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 7755ffd0131fa99ca5d58bdd5eab443b44d5a1ff
+refs/heads/master: 1f192430956704ddf263aba0cfb5b8856c547beb
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8
trunk/src/libstd/rt/env.rs
@@ -17,7 +17,7 @@ use os;
17
// Note that these are all accessed without any synchronization.
18
// They are expected to be initialized once then left alone.
19
20
-static mut MIN_STACK: uint = 4000000;
+static mut MIN_STACK: uint = 2000000;
21
static mut DEBUG_BORROW: bool = false;
22
static mut POISON_ON_FREE: bool = false;
23
0 commit comments