memory.WindowsPlatformMemoryUseContainerMemory

memory.WindowsPlatformMemoryUseContainerMemory

#Overview

name: memory.WindowsPlatformMemoryUseContainerMemory

This variable is created as a Console Variable (cvar).

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:60

Scope: file

Source code excerpt:

static bool GWindowsUseContainerMemory = false;
static FAutoConsoleVariableRef CVarUseContainerMemory(
	TEXT("memory.WindowsPlatformMemoryUseContainerMemory"),
	GWindowsUseContainerMemory,
	TEXT("Set to assume that this process is running in a docker container and take the entire container's memory usage into consideration when computing available memory."),
	ECVF_Default);


#if ENABLE_WIN_ALLOC_TRACKING