報錯内容如下:
Out of memoy
Please increase Cache Size configuration parameter

解決方法:
檢視記憶體情況
free -mhl
echo 3 > /proc/sys/vm/drop_caches
root使用者操作
進入如下目錄
vi /etc/zabbix/zabbix_server.conf
添加CacheSize=1024M
重新啟動即可
報錯内容如下:
Out of memoy
Please increase Cache Size configuration parameter
解決方法:
檢視記憶體情況
free -mhl
echo 3 > /proc/sys/vm/drop_caches
root使用者操作
進入如下目錄
vi /etc/zabbix/zabbix_server.conf
添加CacheSize=1024M
重新啟動即可