标签:ini 缓存 data- main table size 图片 重启 tin
在zabbix server默认配置下,出现告警:Less than 25% free in the configuration cache,字面意思是:可用的配置缓存少于25%。
报错如下图:
修改zabbix_server.conf配置文件
1
2
3
4
|
找到
# CacheSize=8M
修改为
CacheSize=16M
|
将缓存从8M提升到16M,如果不足你可以调到最高8G,当然了,能用8G那是几乎不可能的。
systemctl restart zabbix-server
(83)zabbix Less than 25% free in the configuration cache解决
标签:ini 缓存 data- main table size 图片 重启 tin
原文地址:https://www.cnblogs.com/liliyang/p/10844949.html