Hi to all,
I'm having a problem using the latest Pharo5 image. I can use it normally, but after a time using it. I see the memory usage has increased. As I'm working with many objects this usage increase very fast, each test is creating them and discarding them. When I started looking where all my memory usage was, I have checked that a lot of instances of GTInspector are not released (around 30 in a normal usage of an hour of programming), also each intance of GTInspector has my tree of objects, so there are never released. I have checked that my objects are not referenced from other places. The only remaining references they have are the inspectors and the visual elements in them. Any has this problem? Do you have any clue or workaround for releasing all this instances? |
This sounds like a bug. Could you open an issue? Cheers, Doru On Fri, Aug 7, 2015 at 3:00 PM, [hidden email] <[hidden email]> wrote:
|
In reply to this post by tesonep@gmail.com
may be related to te memory leak esteban is chasing around rubric
Le 7/8/15 15:00, [hidden email] a
écrit :
|
In reply to this post by tesonep@gmail.com
In a copy of the image can you try to do an image cleanup (System -> Do image cleanup) and see if those instances still persists afterwards. Also do you have any zombie processes? If yes can you see if killing them releases the inspector instances. Cheers, Andrei On Fri, Aug 7, 2015 at 3:00 PM, [hidden email] <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |