Author: jahewson Date: Fri Jul 4 00:33:48 2014 New Revision: 1607771 URL: http://svn.apache.org/r1607771 Log: PDFBOX-2179: increase heap size for 64-bit JDK
Modified: pdfbox/trunk/preflight/pom.xml Modified: pdfbox/trunk/preflight/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1607771&r1=1607770&r2=1607771&view=diff ============================================================================== --- pdfbox/trunk/preflight/pom.xml (original) +++ pdfbox/trunk/preflight/pom.xml Fri Jul 4 00:33:48 2014 @@ -55,6 +55,7 @@ <excludes> <exclude>**/integration/**</exclude> </excludes> + <argLine>-Xmx768m</argLine> </configuration> </execution> <execution>