Customer Portal

Graph executed many times leaks memory

Comments 6

  • Avatar
    jurban
    0
    Comment actions Permalink
    Hi esegal,

    can you please post the graph you're using? Then we'll analyse it.

    Regards,
    Jaro
  • Avatar
    esegal
    0
    Comment actions Permalink
    Hi,
    Please find attached the Graph I use.
    Thanks !
    Segal
  • Avatar
    jurban
    0
    Comment actions Permalink
    I didn't find anything suspicious in the graph. However, you're running the graph multiple times - how are you doing that? Are you running it from your own Java code? You might be not calling proper cleanup after the graph execution (e.g. you should call graph.free()).
  • Avatar
    esegal
    0
    Comment actions Permalink
    The graph is running multiple times by Java code.
    I mentioned before that I call graph.free(), and even free() for each node in graph...
    I'm trying to compile Clover code in order to try to debug what's happening .
    I'll update what's going on.
    Thanks !
  • Avatar
    mahendran
    0
    Comment actions Permalink
    Hi esegal,

    Can you update us on what issue you found and how you fixed it.
  • Avatar
    stella365
    0
    Comment actions Permalink
    How did you fix the issue, esegal?

Please sign in to leave a comment.