[ 
https://issues.apache.org/jira/browse/GEODE-3970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16251403#comment-16251403
 ] 

ASF GitHub Bot commented on GEODE-3970:
---------------------------------------

jdeppe-pivotal closed pull request #1049: GEODE-3970: Remove default Travis 
_JAVA_OPTIONS
URL: https://github.com/apache/geode/pull/1049
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index e61cde51b8..1173220747 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
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Disable travis default _JAVA_OPTIONS
> ------------------------------------
>
>                 Key: GEODE-3970
>                 URL: https://issues.apache.org/jira/browse/GEODE-3970
>             Project: Geode
>          Issue Type: Bug
>          Components: build
>            Reporter: Jens Deppe
>            Assignee: Jens Deppe
>
> Travis sets _JAVA_OPTIONS="-Xmx2048m -Xms512m" which is causing builds to 
> fail with exit code 137. If unset, the builds pass.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to