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
