mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
Remove GC overspend; running out of memory on some tinderboxes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user