You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2016/07/11 23:31:40 UTC

apex-core git commit: APEXCORE-484 - Increase JVM PermGen size while running engine Unit test

Repository: apex-core
Updated Branches:
  refs/heads/master c03f05da9 -> 8007b863b


APEXCORE-484 - Increase JVM PermGen size while running engine Unit test


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/8007b863
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/8007b863
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/8007b863

Branch: refs/heads/master
Commit: 8007b863b0a565f393f95ba2e18a5e3ec7fbe40c
Parents: c03f05d
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Sun Jul 10 09:08:15 2016 -0700
Committer: Vlad Rozov <v....@datatorrent.com>
Committed: Sun Jul 10 09:08:15 2016 -0700

----------------------------------------------------------------------
 engine/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/8007b863/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index a56909e..807d722 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -163,7 +163,7 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xmx2048m</argLine>
+          <argLine>-Xmx2048m -XX:MaxPermSize=128m</argLine>
           <systemPropertyVariables>
             <maven.home>${maven.home}</maven.home>
             <maven.multiModuleProjectDirectory>${maven.home}</maven.multiModuleProjectDirectory>