Hi, 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?
Do you get that also with the svn trunk? The tests are run in a forked JVM, so the MAVEN_OPTS settings won't affect the amount of memory available there. Adding an <argLine>-Xmx256m</argLine> option to the maven-surefire-plugin configuration in pdfbox/pom.xml seems to work around the problem. I guess I haven't hit the issue since my JVM opts for -Xmx884m as the default! I filed PDFBOX-874 to track this. Let's cancel this vote and resume with 1.3.1 as soon as this problem has been resolved. That'll also give us a chance to get the PDFBOX-866 fix included in the release. BR, Jukka Zitting
