Hi, 2010/10/20 Andreas Lehmkühler <[email protected]>: >> On Wed, Oct 20, 2010 at 8:26 AM, Jeremias Maerki <[email protected]> >> wrote: >> > Thanks for preparing the release, Jukka! However, I don't manage to >> > build PDFBox from the source ZIP. I get an OutOfMemoryError in the text >> > extraction tests even though I've specified MAVEN_OPTS=-Xmx512m. Any >> > idea? > Probably something I introduced with my changes on the text processing :-(
It actually looks more like an increase in the size of the font data structures. More in PDFBOX-874. >> Do you get that also with the svn trunk? > I ran a lot of tests and had never such problems. I'll check that later when > I'm back home. > What about hudson? It seems to work well. Is the hudson configuration > different > to that one included in your rc? There shouldn't be anything special with the Hudson setup. We don't specify a maximum amount of memory for the test suite, so this problem occurs only if the default maximum memory size of your JVM is small enough. BR, Jukka Zitting
