You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2014/07/04 02:33:48 UTC

svn commit: r1607771 - /pdfbox/trunk/preflight/pom.xml

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>