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/04/24 13:24:06 UTC

[syncope] branch master updated: Increasing memory for Travis CI

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 83b1ff0  Increasing memory for Travis CI
83b1ff0 is described below

commit 83b1ff02f9a2b02c4a8b7ee50bc327a8c9e274ac
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Apr 24 15:23:57 2019 +0200

    Increasing memory for Travis CI
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3a7bf33..2176b40 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk11
 before_install:
-  - echo 'MAVEN_OPTS="-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
+  - echo 'MAVEN_OPTS="-Xmx4096M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+TieredCompilation -XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
 install: travis_wait 30 mvn --show-version --quiet -T 1C -P all,skipTests
 before_script: