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/16 17:10:49 UTC

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

Author: tilman
Date: Fri Mar 16 17:10:49 2018
New Revision: 1827026

URL: http://svn.apache.org/viewvc?rev=1827026&view=rev
Log:
PDFBOX-4071: revert accidental Xmx setting change, not needed in official build

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=1827026&r1=1827025&r2=1827026&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Fri Mar 16 17:10:49 2018
@@ -113,7 +113,7 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>-Xmx2g -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</argLine>
+                    <argLine>-Xmx768m -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider</argLine>
                     <excludes>
                         <exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
                     </excludes>