Skip to content
Snippets Groups Projects
Commit d778ad60 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

server: add configurable cache size, with correct default

parent c3ae64ee
Branches
No related tags found
No related merge requests found
---
zabbix_cache_size: 8M
......@@ -69,7 +69,7 @@ LogFileSize=0
# Default:
# PidFile=/tmp/zabbix_server.pid
PidFile=/var/run/zabbix/zabbix_server.pid
PidFile=/run/zabbix/zabbix_server.pid
### Option: DBHost
# Database host name.
......@@ -351,7 +351,7 @@ StartDiscoverers= {{ startdiscovers }}
# Mandatory: no
# Range: 128K-8G
# Default:
# CacheSize=8M
CacheSize={{ zabbix_cache_size }}
### Option: CacheUpdateFrequency
# How often Zabbix will perform update of configuration cache, in seconds.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment