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

nicknezis pushed a commit to branch nicknezis/bazel-2
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/nicknezis/bazel-2 by this push:
     new e18f006  Dropping Travis memory down to 10%
e18f006 is described below

commit e18f0061eda4692d6fed87afcb2450c8c5edf7cd
Author: Nicholas Nezis <[email protected]>
AuthorDate: Fri Apr 10 14:43:06 2020 -0400

    Dropping Travis memory down to 10%
---
 tools/travis/bazel.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/bazel.rc b/tools/travis/bazel.rc
index 1aa81bd..a96e92f 100644
--- a/tools/travis/bazel.rc
+++ b/tools/travis/bazel.rc
@@ -19,7 +19,7 @@
 startup --host_jvm_args=-Xmx2500m
 startup --host_jvm_args=-Xms2500m
 startup --batch
-test --local_ram_resources=HOST_RAM*0.20
+test --local_ram_resources=HOST_RAM*0.10
 test --test_output=errors
 
 # This is so we understand failures better

Reply via email to