We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138b803 commit 5b5e0f3Copy full SHA for 5b5e0f3
src/xrCore/xrMemory.cpp
@@ -102,7 +102,7 @@ void xrMemory::mem_compact()
102
g_pSharedMemoryContainer->clean();
103
104
#if defined(WINDOWS)
105
-if (strstr(Core.Params, "-swap_on_compact"))
+ if (strstr(Core.Params, "-swap_on_compact"))
106
SetProcessWorkingSetSize(GetCurrentProcess(), size_t(-1), size_t(-1));
107
#endif
108
}
0 commit comments