Author: tilman
Date: Sun Jun 14 20:07:50 2026
New Revision: 1935321
Log:
PDFBOX-6210: increase Xmx
Modified:
pdfbox/branches/3.0/pdfbox/pom.xml
Modified: pdfbox/branches/3.0/pdfbox/pom.xml
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml Sun Jun 14 19:11:28 2026
(r1935320)
+++ pdfbox/branches/3.0/pdfbox/pom.xml Sun Jun 14 20:07:50 2026
(r1935321)
@@ -154,7 +154,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
- <argLine>@{surefireArgLine} -Xmx768m</argLine>
+ <argLine>@{surefireArgLine} -Xmx1g</argLine>
<excludes>
<exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
</excludes>