s.IoDispatcherForceSynchronousScatter
s.IoDispatcherForceSynchronousScatter
#Overview
name: s.IoDispatcherForceSynchronousScatter
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Force scatter jobs to be synchronous on the IODispatcher thread.\nThis can avoid deadlocks in cases where background tasks end up waiting on I/O and we don\'t have enough background task threads to fulfill decompression requests.
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/PakFile/Private/IoDispatcherFileBackend.cpp:99
Scope: file
Source code excerpt:
int32 GIoDispatcherForceSynchronousScatter = 0;
static FAutoConsoleVariableRef CVar_IoDispatcherForceSynchronousScatter(
TEXT("s.IoDispatcherForceSynchronousScatter"),
GIoDispatcherForceSynchronousScatter,
TEXT("Force scatter jobs to be synchronous on the IODispatcher thread.\n")
TEXT("This can avoid deadlocks in cases where background tasks end up waiting on I/O and we don't have enough background task threads to fulfill decompression requests.")
);