解决Zabbix value cache working in low memory mode
系统4年前 (2019-07-17)
Zabbix提示Zabbix value cache working in low memory mode
vim /etc/zabbix/zabbix_server.conf
默认为8M
修改为
### Option: ValueCacheSize # Size of history value cache, in bytes. # Shared memory size for caching item history data requests. # Setting to 0 disables value cache. # # Mandatory: no # Range: 0,128K-64G # Default: ValueCacheSize=128M
重启服务后解决
systemctl restart zabbix-server
本站所有文章均可随意转载,转载时请保留原文链接及作者。