Jim, I think that the most memory is kept not by files in memory, but by undo buffer. Currently you can undo layout operation. We were thinking here about optimizing layout process in Ariadna.
Best regards, Mike Aizatsky. ------------------------------ IntelliJ Software, "Develop with pleasure!" http://www.intellij.com > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Jim White > Sent: Friday, March 01, 2002 2:45 AM > To: IntelliJ EAP List (E-mail) > Cc: Jim White > Subject: [Eap-list] RE: Bug. Layout Code Throws java.lang.OutOfMemoryError > > I now have a guess about this. I suspect that IntelliJ keeps the files it > formats > in memory, rather than saving them to disk, so that eventually it runs out > of > memory. I notice that after I format a lot of files, but not so many that > IntelliJ > runs out of memory, the Save All command takes a very long time to > execute. > I suspect it's finally saving all of those formatted files. #607 /Jim > > > -----Original Message----- > > From: Jim White > > Sent: Tuesday, February 26, 2002 6:09 PM > > To: IntelliJ EAP List (E-mail) > > Cc: Jim White > > Subject: Bug. Layout Code Throws java.lang.OutOfMemoryError > > > > The Layout Code command, even with the Optimize Imports option turned > off, > > eventually throws java.lang.OutOfMemoryError if the command is applied > to > > sufficiently many source files. Intuitively, one would think that > formatting one > > source file would be entirely independent of formatting the next source > file, so > > that the memory requirement is not cumulative. #605 /Jim > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
