Re: OutOfMemoryError on IntermediateFormatTestSuite

2009-10-22 Thread Jeremias Maerki
-dev@xmlgraphics.apache.org Objet : Re: OutOfMemoryError on IntermediateFormatTestSuite 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

RE: OutOfMemoryError on IntermediateFormatTestSuite

2009-10-22 Thread DELCROIX Guillaume
I work with JVM 1.6.0_01 Guillaume -Message d'origine- De : Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Envoyé : jeudi 22 octobre 2009 15:01 À : fop-dev@xmlgraphics.apache.org Objet : Re: OutOfMemoryError on IntermediateFormatTestSuite Hmm, what did you change? I'm sorry but I've

Re: OutOfMemoryError on IntermediateFormatTestSuite

2009-10-22 Thread Jeremias Maerki
Guillaume wrote: I work with JVM 1.6.0_01 Guillaume -Message d'origine- De : Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Envoyé : jeudi 22 octobre 2009 15:01 À : fop-dev@xmlgraphics.apache.org Objet : Re: OutOfMemoryError on IntermediateFormatTestSuite Hmm, what did you change

Re: OutOfMemoryError on IntermediateFormatTestSuite

2009-10-18 Thread Jeremias Maerki
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