Zabbix3でサーバが起動しない
Last-modified: Mon, 30 Apr 2018 17:52:17 JST (2416d)
Top > Zabbix3でサーバが起動しない
Zabbix3でサーバが以下のようなメッセージで起動しなくなりました。
ZabbixServerを再起動しても回復せず。
これはおかしいとログを確認。
4487:20180420:004833.680 using configuration file: /etc/zabbix/zabbix_server.conf 4487:20180420:004833.687 current database version (mandatory/optional): 03040000/03040007 4487:20180420:004833.687 required mandatory version: 03040000 4487:20180420:004834.005 __mem_malloc: skipped 0 asked 24 skip_min 4294967295 skip_max 0 4487:20180420:004834.005 [file:dbconfig.c,line:90] zbx_mem_realloc(): out of memory (requested 24 bytes) 4487:20180420:004834.005 [file:dbconfig.c,line:90] zbx_mem_realloc(): please increase CacheSize configuration parameter
うん?out of memoryだと?っとFreeとかTOPとか調べてもメモリは空いている。
で、ログをよく見ると、
please increase CacheSize configuration parameter
とあります。ので、
vi /etc/zabbix/zabbix_server ### Option: CacheSize # Size of configuration cache, in bytes. # Shared memory size for storing host, item and trigger data. # # Mandatory: no # Range: 128K-8G # Default: # CacheSize=9M CacheSize=128M
としてZabbixServerを再起動しました。
Counter: 902,
today: 2,
yesterday: 0
このページの参照回数は、902です。