You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/22 23:31:25 UTC

[ws-axiom] branch master updated: Increase heap for unit test VMs

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new f864930  Increase heap for unit test VMs
f864930 is described below

commit f864930350e0b12b329a90c1e0f05a1359db6ed6
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 22 23:31:17 2020 +0000

    Increase heap for unit test VMs
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index adae0ec..6ac5b47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,7 @@
                              the data instead of loading it into memory). Obviously, the execution time of
                              these tests also are proportional to the heap size. To accelerate the execution
                              of the tests, we should use a heap size as small as possible. -->
-                        <argLine>${argLine} -Xms16m -Xmx48m</argLine>
+                        <argLine>${argLine} -Xms64m -Xmx64m</argLine>
                         <trimStackTrace>false</trimStackTrace>
                         <systemProperties>
                             <property>