mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-25 14:58:50 +01:00
33 lines
682 B
Plaintext
33 lines
682 B
Plaintext
### 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}
|