about summary refs log tree commit diff
path: root/src/boot/driver
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-03-08 16:32:33 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-03-08 16:32:39 -0800
commit67a9532dee0eb8eefc77d0c4885bcfe170e2a6ef (patch)
treea5a09ae836992236212dfed7b16bda974401669b /src/boot/driver
parent01bfc3ae8bff5131cfd1db748ca996bdb86e100e (diff)
downloadrust-67a9532dee0eb8eefc77d0c4885bcfe170e2a6ef.tar.gz
rust-67a9532dee0eb8eefc77d0c4885bcfe170e2a6ef.zip
Remove GC overspend; running out of memory on some tinderboxes.
Diffstat (limited to 'src/boot/driver')
-rw-r--r--src/boot/driver/main.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/boot/driver/main.ml b/src/boot/driver/main.ml
index 9705f1ee7b1..ddcbc9afd70 100644
--- a/src/boot/driver/main.ml
+++ b/src/boot/driver/main.ml
@@ -1,11 +1,6 @@
 
 open Common;;
 
-let _ =
-  Gc.set { (Gc.get()) with
-             Gc.space_overhead = 400; }
-;;
-
 let (targ:Common.target) =
   match Sys.os_type with