-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.4.7
-
None
Zabbix server memory usage is significantly growing since the upgrade from from 5.4.1 to 5.4.7.
The memory is increasing slowly and the root cause is pollers.
SELECT COUNT,items.type FROM items JOIN hosts ON (hosts.hostid=items.hostid) WHERE items.type NOT IN (2,3,5,7,8,15,17) AND items.status=0 AND hosts.status=0 GROUP BY items.type;
COUNT(*) type 13675 0 - Zabbix agent; 51 9 - Web item; 349 10 - External check; 1614 11 - Database monitor; 50758 18 - Dependent item; 233 19 - HTTP agent;