Skip to content

Commit 67a9532

Browse files
committed
Remove GC overspend; running out of memory on some tinderboxes.
1 parent 01bfc3a commit 67a9532

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/boot/driver/main.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11

22
open Common;;
33

4-
let _ =
5-
Gc.set { (Gc.get()) with
6-
Gc.space_overhead = 400; }
7-
;;
8-
94
let (targ:Common.target) =
105
match Sys.os_type with
116

0 commit comments

Comments
 (0)