Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2020-10-20 20:45:18 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-10-20 20:45:18 +0300
commit321d0d52c89ae7a09db0a81b70695636a69e3876 (patch)
tree756c1167ef4fd4b8472123249c9049c3768f9394 /conf
parent0d99bf4c8c1e66cf590e9682e870582ec5b43da3 (diff)
........S. [ZBXNEXT-6280] added trend function cache
Diffstat (limited to 'conf')
-rw-r--r--conf/zabbix_server.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf/zabbix_server.conf b/conf/zabbix_server.conf
index 88b1e53d3c6..d0da52c7e23 100644
--- a/conf/zabbix_server.conf
+++ b/conf/zabbix_server.conf
@@ -436,7 +436,7 @@ DBUser=zabbix
# HistoryIndexCacheSize=4M
### Option: TrendCacheSize
-# Size of trend cache, in bytes.
+# Size of trend write cache, in bytes.
# Shared memory size for storing trends data.
#
# Mandatory: no
@@ -444,6 +444,15 @@ DBUser=zabbix
# Default:
# TrendCacheSize=4M
+### Option: TrendFunctionCacheSize
+# Size of trend function cache, in bytes.
+# Shared memory size for caching calculated trend function data.
+#
+# Mandatory: no
+# Range: 128K-2G
+# Default:
+# TrendFunctionCacheSize=4M
+
### Option: ValueCacheSize
# Size of history value cache, in bytes.
# Shared memory size for caching item history data requests.