←back to thread

109 points b-man | 1 comments | | HN request time: 0.235s | source
Show context
ozim ◴[] No.44540249[source]
Question: does anyone run "Server GC" for the ASP.NET applications?

There is bunch of people copy pasting documentation to SO "explaining" server GC. I am running bunch of .NET stuff in VMs and never set "Server GC" and never ran into issues with default but also not sure if it is worth testing out.

I guess it does not matter much if you are running in containers but I am running on VMs in IIS.

replies(3): >>44540365 #>>44540389 #>>44541366 #
1. Lariscus ◴[] No.44541366[source]
Server GC is the default garbage collector for Asp.net Core.

> https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetco...