[runtime] restore default GC mode

This commit is contained in:
ParantezTech
2026-07-18 23:01:39 +03:00
parent daaeb6213e
commit 24bd38ab5b
-5
View File
@@ -45,11 +45,6 @@ internal static partial class Program
[STAThread]
private static int Main(string[] args)
{
// Avoid blocking full collections while guest and render threads are
// running, and establish the GC mode before the runtime reserves the
// fixed guest address-space window.
System.Runtime.GCSettings.LatencyMode = System.Runtime.GCLatencyMode.SustainedLowLatency;
try
{
return Run(args);