Skip to content

Conversation

zelms
Copy link

@zelms zelms commented Jun 4, 2025

Fixes issue #465

@@ -49,7 +49,7 @@ Pass `-e COMPlus_gcServer=1` to the `dotnet test` command

#### Visual Studio

Somebody who uses VS please fill this in
Set the environment variable `COMPlus_gcServer=1` using your OS's command line utility. For Windows the command would be `SET COMPlus_gcServer=1`, and in other operating systems it would be `export COMPlus_gcServer=1`. Further details can be found at [Microsoft's official documentation page](https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector) on the subject.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not at all explain how to actually get these environment variables propagated, and running the entirety of Visual Studio with server GC forced on is probably a bad idea. We want to only affect the game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants