Author: lehmi Date: Mon Apr 28 17:27:50 2014 New Revision: 1590719 URL: http://svn.apache.org/r1590719 Log: increased memory for pdfbox junit tests
Modified: pdfbox/branches/1.8/pdfbox/pom.xml Modified: pdfbox/branches/1.8/pdfbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/pom.xml?rev=1590719&r1=1590718&r2=1590719&view=diff ============================================================================== --- pdfbox/branches/1.8/pdfbox/pom.xml (original) +++ pdfbox/branches/1.8/pdfbox/pom.xml Mon Apr 28 17:27:50 2014 @@ -141,7 +141,7 @@ <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> - <argLine>-Xmx64m</argLine> + <argLine>-Xmx128m</argLine> <includes> <include>org/apache/pdfbox/TestAll.java</include> <include>org/apache/pdfbox/util/TestTextStripper.java</include>