Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: bazel jvm use zgc #38171

Merged
merged 7 commits into from
Oct 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
*: bazel jvm use zgc
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Sep 26, 2022
commit 8f497ff2fbf13f471d9d9603028f3fe5157426d3
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
startup --host_jvm_args=-Xmx8g
startup --host_jvm_args=-XX:+UnlockExperimentalVMOptions
startup --host_jvm_args=-XX:+UseZGC
startup --unlimit_coredumps

run:ci --color=yes
Expand Down