> I wonder if a call to GC might be in order somewhere in the > multiproject processing. In fact, does anyone know of an ant task I > could drop into the process which would do a GC? >
Emmanuel was that kind that already explained that memory leak which was a cause of this problem will be most likely fixed for RC2. Just note that "OutOfMemoryError" is "Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector. " So there is no chance that you can use ant task or whatever else to ask JVM to do better effort. Unless of course there is a bug in JVM :) Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
