News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

IDE no mem!

Started by JohnF, August 26, 2005, 09:30:49 AM

Previous topic - Next topic

JohnF

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


After closing IDE


It took a few hours of intensive work to create this situation.

John

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
/Pelle

JohnF

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

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
/Pelle

JohnF

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