This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit d1159fcafb6e37a6ac98bf2e2ff09c78187c7656 Author: Gary Gregory <[email protected]> AuthorDate: Sun Jun 7 08:31:16 2026 -0400 Give tests more headroom --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6518f3565..afab189a4 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ <commons.javadoc.version>3.11.2</commons.javadoc.version> <!-- TEMP HACK END --> - <heapSize>-Xmx512m</heapSize> + <heapSize>-Xmx1G</heapSize> <extraArgs/> <systemProperties/> <argLine>${heapSize} ${extraArgs} ${systemProperties}</argLine>
