Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-2170

Memory Leak in JS7 Controller service

    XMLWordPrintable

Details

    • Fix
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • None
    • 2.7.3
    • JS7 Controller
    • None

    Description

      Current Situation

      In a controller cluster without any inventory the memory is eaten. Approximately 1,5 MB per day. The memory consumption is stable for about 5 minutes. Then memory will be eaten (~50kb). With a heap space configuration controller crashes after 18 hours.

      Command to measure the memory consumption. Memory usage will be in the column MU.

      #/bin/bash
      jstat -gc `cat /home/controller/var/logs/controller.pid` 60000 | gawk '{print strftime("%m/%d/%Y %H:%M:%S"), $0; fflush()}' >> /home/cont_m_jstat.txt

      Desired Behavior

      No memory leak should be in the controller service.

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            ur Uwe Risse
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: