Zabbix在FreeBSD启动错误
日志提示:Can’t allocate shared memory of size 8388608 [Cannot allocate memory]
解决办法:
eventually I have successfully get around the problem by modifying the below two setting as below:-
kern.ipc.shmall=40960000
kern.ipc.shmmax=204800000
I believe it would be too large but I really don’t have an idea on how large should I modify the setting before I can get it run, so a bit overkilling. Grateful if anyone got an idea on a better setting.
From: http://www.zabbix.org/forum/showthread.php?p=55178