Ad Widget

Collapse

Zabbix proxy (7.0) host memory continues to grow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Olivine
    Junior Member
    • Jan 2025
    • 1

    #1

    Zabbix proxy (7.0) host memory continues to grow

    The host memory of my Zabbix Proxy has been continuously increasing. When I restart the proxy, the memory will be released, but it will still continue to grow. I don't know what caused it, and I'm not sure if it's related to the new feature (ProxyBufferMode) in 7.0, because my testing environment has a similar configuration, but after restarting the testing environment, it didn't continue to grow.
    The configuration of the proxy is as follows
    Code:
    Server=192.168.33.128;192.168.33.129
    Hostname=zabbix_proxy
    LogFile=/var/log/zabbix/zabbix_proxy.log
    LogFileSize=0
    PidFile=/run/zabbix/zabbix_proxy.pid
    SocketDir=/var/run/zabbix
    DBHost=localhost
    DBName=zabbix_proxy
    DBUser=zabbix
    DBPassword=zabbix
    ProxyBufferMode=hybrid
    ProxyMemoryBufferSize=16M
    StartPollers=50
    StartPollersUnreachable=15
    StartTrappers=20
    StartPingers=20
    VMwareCacheSize=200M
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    StartSNMPTrapper=1
    CacheSize=500M
    HistoryCacheSize=160M
    HistoryIndexCacheSize=40M
    Timeout=30
    ExternalScripts=/usr/lib/zabbix/externalscripts
    LogSlowQueries=3000
    StatsAllowedIP=127.0.0.1
    zz0.34km2x175vrzz
Working...