-
Problem report
-
Resolution: Unresolved
-
Critical
-
None
-
5.0.13, 5.4.2, 6.0.0alpha1
-
RHEL 8.4
Steps to reproduce:
- install Zabbix Server and 45+ proxies
- use Proxies to monitor something, for example using simple checks with lot's of dependent items
Result:
- preprocessing manager consumes memory and also performs some processing, in log of the Server we can find information for items/dependent items which are not processed by Server itself:
2952488:20210714:072909.721 End of DCconfig_get_preprocessable_items() items:1075511 2952488:20210714:072909.721 End of preprocessor_sync_configuration() item config size: 1075511, history cache size: 3 2952488:20210714:072909.721 In preprocessor_enqueue() itemid: 920540
Expected:
If items are not processed by Server it's not necessary to shadow information on Server, since can use lot's of memory on a busy setup and also this can create additional locking.