NO

Author Topic: IDE no mem!  (Read 3171 times)

JohnF

  • Guest
IDE no mem!
« on: August 26, 2005, 09:30:49 AM »
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

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
IDE no mem!
« Reply #1 on: August 26, 2005, 03:12:42 PM »
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

  • Guest
IDE no mem!
« Reply #2 on: August 26, 2005, 04:07:55 PM »
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

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
IDE no mem!
« Reply #3 on: August 27, 2005, 06:20:20 PM »
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

  • Guest
IDE no mem!
« Reply #4 on: August 27, 2005, 08:06:22 PM »
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