From 27e2d17dc593d5aca3441459d7be7d48cbafe8da Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 16 May 2026 09:58:16 -0400 Subject: [PATCH] removed conserve memory because holy stutters (oops) --- src/Ryujinx/runtimeconfig.template.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ryujinx/runtimeconfig.template.json b/src/Ryujinx/runtimeconfig.template.json index c6f2fa10b..e8608c7cb 100644 --- a/src/Ryujinx/runtimeconfig.template.json +++ b/src/Ryujinx/runtimeconfig.template.json @@ -3,7 +3,6 @@ "System.GC.Concurrent": true, "System.GC.Server": false, "System.GC.RetainVM": true, - "System.GC.ConserveMemory": 9, "System.Runtime.TieredCompilation.QuickJit": false, "System.Runtime.TieredCompilation.QuickJitForLoops": false, "DOTNET_ReadyToRun": false,