Pelle,
After using the IDE for much code transformation (editing and compiling) my ram was used up. Immediately after quitting the IDE the memory was returned. I noticed everything was slowing down, this prompted me to check.
While using IDE
(http://www.johnfindlay.plus.com/Image1.gif)
After closing IDE
(http://www.johnfindlay.plus.com/Image2.gif)
It took a few hours of intensive work to create this situation.
John
I will try to recreate it. I don't think it's a memory leak since I track all memory in the debug version. Last time I checked all memory was released. This will probably take time to find...
Pelle
Quote from: "Pelle"I will try to recreate it. I don't think it's a memory leak since I track all memory in the debug version. Last time I checked all memory was released. This will probably take time to find...
Pelle
Ok.
John
I suspect the problem is with the undo buffer(s). If you had the same file/files open for a long time, this can explain the problem. There is a maximum limit, but the check/handling should be modified. Not yet sure how...
Pelle
Quote from: "Pelle"I suspect the problem is with the undo buffer(s). If you had the same file/files open for a long time, this can explain the problem. There is a maximum limit, but the check/handling should be modified. Not yet sure how...
Pelle
Yes the files are open a long time.
John