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 13127c6  Adjusting memory settings for Travis CI
13127c6 is described below

commit 13127c6e770ab8eb473e1f04487f48dc03e6f9cd
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jan 21 08:46:04 2019 +0100

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

diff --git a/.travis.yml b/.travis.yml
index f136ec1..10737a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk10
 before_install:
-  - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation 
-XX:TieredStopAtLevel=1"' >~/.mavenrc
+  - echo 'MAVEN_OPTS="-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled 
-XX:+UseConcMarkSweepGC -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:

Reply via email to