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 2019/01/21 16:56:18 UTC

[syncope] branch master updated: Restoring MAVEN_OPTS on AppVeyor

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new e15405c  Restoring MAVEN_OPTS on AppVeyor
e15405c is described below

commit e15405c69a80af427108dfbc0965ea10a3247a89
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jan 21 17:56:08 2019 +0100

    Restoring MAVEN_OPTS on AppVeyor
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index d7f98b0..fac4cb2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -38,7 +38,7 @@ install:
   - cmd: SET PATH=C:\maven\apache-maven-3.5.4\bin;%JAVA_HOME%\bin;%PATH%
   - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk11
   - cmd: SET M2_HOME=C:\maven\apache-maven-3.5.4
-  - cmd: SET MAVEN_OPTS="-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
+  - cmd: SET MAVEN_OPTS=-Xmx4g
   - cmd: SET JAVA_OPTS=-Xmx4g
 
   - echo %PATH%