Hi there.
I'm trying to install zabbix on my freebsd box
7.2 - PRERELEASE i386
Zabbix compiles fine, but when I start zabbix_server I get the following in the zabbix_server.log
And the zabbix_server fails to start.
Any ideas how to fix it?
I'm trying to install zabbix on my freebsd box
7.2 - PRERELEASE i386
Zabbix compiles fine, but when I start zabbix_server I get the following in the zabbix_server.log
Code:
97982:20091106:002622.508 End of DBupdate_triggers_after_restart() 97982:20091106:002622.509 In init_database_cache() size:27978312 97982:20091106:002622.509 In init_configuration_cache() size:8388608 97982:20091106:002622.509 Can't allocate shared memory of size 8388608 [Cannot allocate memory]
Any ideas how to fix it?

How did you arrive at these settings? This looks like Zabbix server, yes? On CentOS5.4, i had to increase CacheSize to 128M with no changes to shm. It seems that whatever works works when it works, but Zabbix needs to explain its resource requirements more clearly.
Comment