r.Vulkan.ChunkedPSOCache.TargetResidentCacheSizeMb
r.Vulkan.ChunkedPSOCache.TargetResidentCacheSizeMb
#Overview
name: r.Vulkan.ChunkedPSOCache.TargetResidentCacheSizeMb
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
A target resident cache size in MB, if the combined memory usage of all the currently loaded cache chunks is above this threshold\nthe least recently used chunks will be considered for eviction.\n(default) 40
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/VulkanRHI/Private/VulkanChunkedPipelineCache.cpp:98
Scope (from outer to inner):
file
namespace UE
namespace Vulkan
Source code excerpt:
static FAutoConsoleVariableRef GTargetResidentCacheSizeCVar(
TEXT("r.Vulkan.ChunkedPSOCache.TargetResidentCacheSizeMb"),
GTargetResidentCacheSizeMb,
TEXT("A target resident cache size in MB, if the combined memory usage of all the currently loaded cache chunks is above this threshold\n")
TEXT("the least recently used chunks will be considered for eviction.\n")
TEXT("(default) 40")
, ECVF_RenderThreadSafe | ECVF_ReadOnly
);