No, the latest FOP Trunk runs through just fine for me. You could run with -XX:+HeapDumpOnOutOfMemoryError and then analyze the heap dump to identify what eats so much memory.
My usual ANT_OPTS: ANT_OPTS=-Xmx512M -XX:MaxPermSize=128M But I've also just run this at default settings (max 64M heap) and it ran through just fine. What JVM are you using? On 19.10.2009 15:27:44 DELCROIX Guillaume wrote: > Thanks Jeremias. > > When I try with -Xmx1024m, I have exactly the same problem. > > After about 3 hours of test, the OutOfMemoryError is raised. > > Do you have the same result ? > > If you reproduce this behaviour, do you know the last revision ID passing all > tests ? > > Guillaume > > > -----Message d'origine----- > De : Jeremias Maerki [mailto:[email protected]] > Envoyé : dimanche 18 octobre 2009 17:34 > À : [email protected] > Objet : Re: OutOfMemoryError on IntermediateFormatTestSuite > > Hi Guillaume > > No, that happens to me, too. I believe it's because of the TrueType > fonts that are loaded into memory that the default 64MB are not > sufficient. Just increase the heap size (-Xmx256M). > > On 16.10.2009 16:11:16 DELCROIX Guillaume wrote: > > Hi, > > > > I've got an OutOfMemoryError running IntermediateFormatTestSuite on the FOP > > trunk ( Rev ID : 825646 ) > > > > junit-intermediate-format: > > [echo] Running intermediate format tests... > > [junit] Testsuite: > > org.apache.fop.intermediate.IntermediateFormatTestSuite > > [junit] Exception in thread "main" java.lang.OutOfMemoryError: Java > > heap space > > [junit] Test org.apache.fop.intermediate.IntermediateFormatTestSuite > > FAILED (crashed) > > > > All others test suites are Ok ... > > > > Is there something special for this test suite ? > > > > Am I the only one to have this error ? > > > > What is the last revision ID which pass all tests ? > > > > > > > Jeremias Maerki > Jeremias Maerki
