Skip to content

Commit

Permalink
stop using batch mdoe (#13742)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme authored Aug 20, 2022
1 parent c55d539 commit e0927a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fsc/fscmain.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e0927a2

Please sign in to comment.