You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2021/10/18 05:49:50 UTC

[rocketmq-client-cpp] branch main updated: Set --color=yes

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

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 55bccfc  Set --color=yes
55bccfc is described below

commit 55bccfc35e57b9989bcba0df28414ed331f9f0ac
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Mon Oct 18 13:49:41 2021 +0800

    Set --color=yes
---
 .bazelrc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.bazelrc b/.bazelrc
index 1c53b01..dce4c47 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -6,7 +6,11 @@
 # leave room for compiler/linker.
 # The number 2G is chosen heuristically to both support large VM and small VM with RBE.
 # Startup options cannot be selected via config.
-startup --host_jvm_args=-Xmx4g
+startup --host_jvm_args=-Xmx2g
+
+run --color=yes
+
+build --color=yes
 
 build --host_force_python=PY3
 build --host_javabase=@bazel_tools//tools/jdk:remote_jdk11