You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2015/10/30 12:42:26 UTC

[19/28] syncope git commit: increase heap space to start with jrebel

increase heap space to start with jrebel


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/66d3a505
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/66d3a505
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/66d3a505

Branch: refs/heads/master
Commit: 66d3a50565eff9718b07760f9f14f0d03a869b27
Parents: 49caab3
Author: fmartelli <fa...@gmail.com>
Authored: Fri Oct 23 14:28:02 2015 +0200
Committer: fmartelli <fa...@gmail.com>
Committed: Fri Oct 23 14:28:02 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/66d3a505/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index 3c89990..b52ba7f 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -561,7 +561,7 @@ ORYX.Editor.createByUrl = function(modelUrl){"/>
                 <properties>
                   <cargo.jvmargs>-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
                     -noverify -javaagent:${env.REBEL_HOME}/jrebel.jar -Drebel.spring_plugin=true
-                    -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m</cargo.jvmargs>
+                    -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m -Xmx1024m -Xms512m</cargo.jvmargs>
                 </properties>
               </configuration>
             </configuration>