Ad Widget

Collapse

1.4.1: Memory leak.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbix_es
    Senior Member
    • Apr 2007
    • 153

    #1

    1.4.1: Memory leak.

    I think that version 1.4.1 continues leaking memory.
    I have to restart zabbix_server each hour to avoid zabbix use all my memory (swap included).
  • zabbix_es
    Senior Member
    • Apr 2007
    • 153

    #2
    1.4.1: zabbix_server memory leak graph.

    My host has 768 MB of RAM and this is the graph of memory allocation of zabbix_server.

    This is the command I have used:

    >ps -o vsize -C zabbix_server
    Attached Files

    Comment

    • zabbix_es
      Senior Member
      • Apr 2007
      • 153

      #3
      1.4.1: Right command to watch zabbix_server memory allocation.

      Well, last command is to watch memory allocated by only one of zabbix_servers process.
      Strictly this is the rigth command:

      >ps -C zabbix_server -o vsize |awk -v sum=0 '{sum+=$1} END {print sum}'

      Comment

      • Alexei
        Founder, CEO
        Zabbix Certified Trainer
        Zabbix Certified SpecialistZabbix Certified Professional
        • Sep 2004
        • 5654

        #4
        Thanks for this report. May I ask you to try the latest pre 1.4.2?
        Alexei Vladishev
        Creator of Zabbix, Product manager
        New York | Tokyo | Riga
        My Twitter

        Comment

        • zabbix_es
          Senior Member
          • Apr 2007
          • 153

          #5
          Originally posted by Alexei
          Thanks for this report. May I ask you to try the latest pre 1.4.2?
          I have installed version 1.4.2 and memory leaks persists.
          But I read in a thread something about that it could be related to items sent by zabbix_sender and not added to zabbix_server.

          How can I check if that is my trouble?.
          Does server log file show this event?

          Comment

          Working...