s.StorageServerIoDispatcherMaxActiveBatchCount
s.StorageServerIoDispatcherMaxActiveBatchCount
#Overview
name: s.StorageServerIoDispatcherMaxActiveBatchCount
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
StorageServer IoDispatcher max submitted batches count.
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/StorageServerClient/Private/StorageServerIoDispatcherBackend.cpp:10
Scope: file
Source code excerpt:
int32 GStorageServerIoDispatcherMaxActiveBatchCount = 4;
static FAutoConsoleVariableRef CVar_StorageServerIoDispatcherMaxActiveBatchCount(
TEXT("s.StorageServerIoDispatcherMaxActiveBatchCount"),
GStorageServerIoDispatcherMaxActiveBatchCount,
TEXT("StorageServer IoDispatcher max submitted batches count.")
);
int32 GStorageServerIoDispatcherBatchSize = 16;
static FAutoConsoleVariableRef CVar_StorageServerIoDispatcherBatchSize(