Alexey Efimov wrote: > Are you use hotspot JVM? I think it's not memory leak, it's just memory > defgragmentation.
Do you mean "memory fragmentation"? AFAIK HotSpot defragments memory during garbage collection. > "Gordon Tyler" <[EMAIL PROTECTED]> wrote in message > ae54j5$5le$[EMAIL PROTECTED]">news:ae54j5$5le$[EMAIL PROTECTED]... > >>I'm working on two different CVS branches of my project and so I have two >>different versions of basically the same project file in the two working >>directories for these branches and I switch between them during the day. >> >>When I open the one project and then re-open the second project, the > > amount > >>of memory being used as shown in the status bar is approximately double > > what > >>is used when the first project was open. And press the GC button does >>nothing to reduce it. >> >>For example, after first project is opened, 70M of memory is used after > > GC. > >>After second project is re-opened, 125M is used after GC. >> >>It seems that the first project's objects are not being released? +1 for fixing it _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
