From 5db13988ce72fce53ed991ace0af71ddb93897c7 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 21 Feb 2024 15:51:35 +0000 Subject: [PATCH] zabbix: increase server conf CacheSize Signed-off-by: David Kirwan --- roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 b/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 index 3974e6c9b1..867333e9d8 100644 --- a/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 +++ b/roles/zabbix/zabbix_server/templates/zabbix_server.conf.j2 @@ -440,7 +440,7 @@ SNMPTrapperFile=/var/log/snmptrap/snmptrap.log # Mandatory: no # Range: 128K-64G # Default: -# CacheSize=32M +CacheSize=256M ### Option: CacheUpdateFrequency # How often Zabbix will perform update of configuration cache, in seconds.