From e0927a28fac77d3a37164a4582ad25f7fa68aadc Mon Sep 17 00:00:00 2001 From: Don Syme Date: Sun, 21 Aug 2022 00:04:00 +0100 Subject: [PATCH] stop using batch mdoe (#13742) --- src/fsc/fscmain.fs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fsc/fscmain.fs b/src/fsc/fscmain.fs index 9cd6e63df1c..15f607b7656 100644 --- a/src/fsc/fscmain.fs +++ b/src/fsc/fscmain.fs @@ -34,8 +34,6 @@ let main (argv) = else "fsc.exe" - // Set the garbage collector to batch mode, which improves overall performance. - GCSettings.LatencyMode <- GCLatencyMode.Batch Thread.CurrentThread.Name <- "F# Main Thread" // Set the initial phase to garbage collector to batch mode, which improves overall performance.