From 67a9532dee0eb8eefc77d0c4885bcfe170e2a6ef Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 8 Mar 2011 16:32:33 -0800 Subject: Remove GC overspend; running out of memory on some tinderboxes. --- src/boot/driver/main.ml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/boot/driver') diff --git a/src/boot/driver/main.ml b/src/boot/driver/main.ml index 9705f1ee..ddcbc9af 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 -- cgit v1.2.3