Remove GC overspend; running out of memory on some tinderboxes.

This commit is contained in:
Graydon Hoare 2011-03-08 16:32:33 -08:00
parent 01bfc3ae8b
commit 67a9532dee

View File

@ -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