Skip to content

Commit

Permalink
Terms interning cache cleanup. Attempt to avoid huge memory consumption.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit committed Jul 20, 2023
1 parent 9f2da54 commit 6105ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions VSharp.ML.GameServer.Runner/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ let ws checkActualCoverage outputDirectory (webSocket : WebSocket) (context: Htt

Application.reset()
API.Reset()
HashMap.hashMap.Free()
do! sendResponse (GameOver (actualCoverage, testsCount, errorsCount))
| x -> failwithf $"Unexpected message: %A{x}"

Expand Down

0 comments on commit 6105ca4

Please sign in to comment.