Skip to main content

mi.MemoryResetDelay

Var

Unreal Engine Var console variable.

miMemoryResetDelay

Description

The time in milliseconds to keep recently freed memory pages inside the process for reuse. This can dramatically reduce OS overhead of memory zeroing and page faults during alloc intense workloads.

Usage

mi.MemoryResetDelay [value]

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