Skip to content

Commit 8e10345

Browse files
committed
---
yaml --- r: 89785 b: refs/heads/master c: 1f19243 h: refs/heads/master i: 89783: 47003b3 v: v3
1 parent 54120d9 commit 8e10345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7755ffd0131fa99ca5d58bdd5eab443b44d5a1ff
2+
refs/heads/master: 1f192430956704ddf263aba0cfb5b8856c547beb
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
55
refs/heads/try: b160761e35efcd1207112b3b782c06633cf441a8

trunk/src/libstd/rt/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use os;
1717
// Note that these are all accessed without any synchronization.
1818
// They are expected to be initialized once then left alone.
1919

20-
static mut MIN_STACK: uint = 4000000;
20+
static mut MIN_STACK: uint = 2000000;
2121
static mut DEBUG_BORROW: bool = false;
2222
static mut POISON_ON_FREE: bool = false;
2323

0 commit comments

Comments
 (0)