Skip to content

Conversation

@VSadov
Copy link
Owner

@VSadov VSadov commented Aug 21, 2025

As suggested in dotnet/runtime#115627

This allows to detect programmatically if an app uses Satori GC with code like:

 System.Console.WriteLine("Using Satori? " + GC.GetConfigurationVariables().ContainsKey("SatoriGC"));

The change also adds support for DOTNET_gcForceCompact knob, which forces compaction to happen more aggressively.

@VSadov VSadov merged commit 8b4636a into main Aug 21, 2025
@VSadov VSadov deleted the conf1 branch August 21, 2025 06:49
VSadov added a commit that referenced this pull request Aug 21, 2025
* Inject {SatoriGC, true} into config values.

* DOTNET_gcForceCompact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants