memory.WindowsPlatformMemoryGetStatsLimitTotalGB
memory.WindowsPlatformMemoryGetStatsLimitTotalGB
#Overview
name: memory.WindowsPlatformMemoryGetStatsLimitTotalGB
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Set a synthetic platform total memory size (in GB) which will be returned as Total and Available memory from GetStats\n
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Core/Private/Windows/WindowsPlatformMemory.cpp:53
Scope: file
Source code excerpt:
static int32 GWindowsPlatformMemoryGetStatsLimitTotalGB = 0;
static FAutoConsoleVariableRef CVarLogPlatformMemoryStats(
TEXT("memory.WindowsPlatformMemoryGetStatsLimitTotalGB"),
GWindowsPlatformMemoryGetStatsLimitTotalGB,
TEXT("Set a synthetic platform total memory size (in GB) which will be returned as Total and Available memory from GetStats\n"),
ECVF_Default);
static bool GWindowsUseContainerMemory = false;
static FAutoConsoleVariableRef CVarUseContainerMemory(