I'm running Zabbix 2.2.5 on CentOS 6.5, on which I'm monitoring the following:

-------------------------------------------
However, since a couple of days ago, whenever I try to load Monitoring > Latest Data, the page loads for about 1,5 minutes, and then stops, showing me nothing (not even the dropdown list where I can choose different host groups), see screenshot:

--------------------------------------------
I checked the /var/log/httpd/error_log, and I see the following error:
After searching the net this morning, I discovered that you should change the /etc/php.ini, and increase the memory limit. I set mine to 512M, and this also shows up in my PhpInfo script:

------------------------------------------------
However, after restarting the httpd service (heck, I even rebooted the entire server a couple of times), the same error in /var/log/httpd/error_log keeps showing up.
Then I discovered this topic here on the Zabbix forums: https://www.zabbix.com/forum/showthr...006#post142006
So I changed the zabbix_server.conf file aswell, to the following values:
Again, rebooted entire server, but still the error log shows the same.
So my questions are:
1. Where does he come across the 'limit' of 134217728 bytes (roughly 134.22 MB), even if I set the limit globally (in the php.ini) to 512MB?
2. How do I fix this?

-------------------------------------------
However, since a couple of days ago, whenever I try to load Monitoring > Latest Data, the page loads for about 1,5 minutes, and then stops, showing me nothing (not even the dropdown list where I can choose different host groups), see screenshot:

--------------------------------------------
I checked the /var/log/httpd/error_log, and I see the following error:
Code:
[error] [client 10.10.0.34] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1048576 bytes) in /usr/share/zabbix/latest.php on line 509, referer: http://172.22.20.70/zabbix/dashboard.php?ddreset=1&sid=0f4a1c23a87179ed

------------------------------------------------
However, after restarting the httpd service (heck, I even rebooted the entire server a couple of times), the same error in /var/log/httpd/error_log keeps showing up.
Then I discovered this topic here on the Zabbix forums: https://www.zabbix.com/forum/showthr...006#post142006
So I changed the zabbix_server.conf file aswell, to the following values:
Code:
CacheSize=32M HistoryCacheSize=16M TrendCacheSize=8M HistoryTextCacheSize=32M ValueCacheSize=64M
So my questions are:
1. Where does he come across the 'limit' of 134217728 bytes (roughly 134.22 MB), even if I set the limit globally (in the php.ini) to 512MB?
2. How do I fix this?
Comment