Skip to main content

r.ShaderCompiler.MaxJobCacheMemoryMB

Var

Unreal Engine Var console variable.

rShaderCompilerMaxJobCacheMemoryMB

Description

if != 0, shader compiler cache will be limited to this many megabytes (16GB by default). If 0, the usage will be unlimited. Minimum of this or r.ShaderCompiler.MaxJobCacheMemoryPercent applies.

Usage

r.ShaderCompiler.MaxJobCacheMemoryMB [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.