rtengine/cfg/engine_early.cfg
Kevin Trogant 4e02d43514 Add early config file parsing
Also cleaned up contrib/ and made lz4 and xxhash subprojects installed
via wrap.
2024-07-19 10:30:50 +02:00

12 lines
407 B
INI

; This file contains configuration options that are used during runtime init.
rt_AssertEnabled = 1
rt_MaxConcurrentAsyncIO = 1024
rt_BufferMemoryBudget = 1073741824 ; 1GB
rt_FileTabCapacity = 1024
rt_TemporaryArenaSize = 33554432 ; 32 MB
rt_ResourceDirectory = res
rt_ResourceCacheSize = 536870912 ; 512 MB
rt_MaxCachedResources = 1024
rt_ResourceNamespaceSize = 1048576
rt_DisableResourceNamespaceLoad = 0