I was receiving an error when trying to access a graph for a period of time.
Here is an example of the url:
Nothing displayed on the web page and this is what I was getting in the apache2/error_log:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24 bytes) in /srv/www/htdocs/zabbix/include/classes/graph.inc.php on line 1082, referer: http://myzabbix/zabbix/charts.php?gr...68&period=3600
I boosted memory_limit in my php.ini file to 16M and it is working now.
Not sure if you guys want to add this as a check for the setup wizard.
Thanks for a great product!
Here is an example of the url:
Nothing displayed on the web page and this is what I was getting in the apache2/error_log:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24 bytes) in /srv/www/htdocs/zabbix/include/classes/graph.inc.php on line 1082, referer: http://myzabbix/zabbix/charts.php?gr...68&period=3600
I boosted memory_limit in my php.ini file to 16M and it is working now.
Not sure if you guys want to add this as a check for the setup wizard.
Thanks for a great product!
Comment