### Option: CacheSize # Size of configuration cache, in bytes. # Shared memory size, for storing hosts and items data. # # Mandatory: no # Range: 128K-64G # Default: # CacheSize=8M CacheSize=${ZBX_CACHESIZE} ### Option: HistoryCacheSize # Size of history cache, in bytes. # Shared memory size for storing history data. # # Mandatory: no # Range: 128K-2G # Default: # HistoryCacheSize=16M HistoryCacheSize=${ZBX_HISTORYCACHESIZE} ### Option: HistoryIndexCacheSize # Size of history index cache, in bytes. # Shared memory size for indexing history cache. # # Mandatory: no # Range: 128K-2G # Default: # HistoryIndexCacheSize=4M HistoryIndexCacheSize=${ZBX_HISTORYINDEXCACHESIZE}