You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2018/03/15 20:43:36 UTC

svn commit: r1826865 - /pdfbox/branches/2.0/pdfbox/pom.xml

Author: tilman
Date: Thu Mar 15 20:43:35 2018
New Revision: 1826865

URL: http://svn.apache.org/viewvc?rev=1826865&view=rev
Log:
PDFBOX-4071: speed up build tests by using KCMS

Modified:
    pdfbox/branches/2.0/pdfbox/pom.xml

Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1826865&r1=1826864&r2=1826865&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Thu Mar 15 20:43:35 2018
@@ -113,7 +113,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>-Xmx768m</argLine>
+                    <argLine>-Xmx2g -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</argLine>
                     <excludes>
                         <exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
                     </excludes>