You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/12/30 12:21:46 UTC

syncope git commit: AppVeyor: enhance Java heap space

Repository: syncope
Updated Branches:
  refs/heads/master 5b00c8c8c -> 6e9fbc4e9


AppVeyor: enhance Java heap space


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

Branch: refs/heads/master
Commit: 6e9fbc4e90603b0620cad0e71827ecf1697871c8
Parents: 5b00c8c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Dec 30 13:21:41 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Fri Dec 30 13:21:41 2016 +0100

----------------------------------------------------------------------
 appveyor.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/6e9fbc4e/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 192dd2c..7a72cfa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,8 @@ init:
  - git config --global core.autocrlf true
 install:
   - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0
+  - cmd: SET MAVEN_OPTS=-XX:MaxPermSize=2g -Xmx4g
+  - cmd: SET JAVA_OPTS=-XX:MaxPermSize=2g -Xmx4g
 build_script:
   - mvn -T 1C -PskipTests,all --batch-mode
 test_script: