You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/05/31 20:14:20 UTC

[airavata] 02/02: Removing unrecognized VM option

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

machristie pushed a commit to branch airavata-v2-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 202c36f904afd2f83e808ec594441f1c876c32d6
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Wed May 31 16:14:06 2023 -0400

    Removing unrecognized VM option
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e74380166e..d300abaa3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -728,7 +728,7 @@
                             <!-- Integration tests are run using the fail-safe plugin in the module
                                 pom -->
                             <useSystemClassLoader>false</useSystemClassLoader>
-                            <argLine>-Xmx1024m -XX:MaxPermSize=256m
+                            <argLine>-Xmx1024m
                                 -javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
                             </argLine>