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

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new abb39cf  GEODE-3970: Adjust default Travis _JAVA_OPTIONS (#1049)
abb39cf is described below

commit abb39cffd2e8b87834cc5bf66b280659feae44ce
Author: Jens Deppe <[email protected]>
AuthorDate: Tue Nov 14 05:57:20 2017 -0800

    GEODE-3970: Adjust default Travis _JAVA_OPTIONS (#1049)
    
    - For some reason, I don't fully understand, a particular PR causes Travis 
to
      die with exit code 137. Initially I thought it needed more memory, but it
      seems to work with *less* heap memory.
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index e61cde5..1173220 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,10 @@ language: java
 jdk:
   - oraclejdk8
 
+# Update _JAVA_OPTIONS environment variable
+before_script:
+  - export _JAVA_OPTIONS='-Xmx1024m -Xms512m'
+
 before_cache:
   - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
 

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to