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

fix: revert ZGC option as it causes OOM due to multi-mapping of heap VMA #723

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

lizhanhui
Copy link
Contributor

@lizhanhui lizhanhui commented Nov 24, 2023

fix #722

Signed-off-by: Li Zhanhui <lizhanhui@gmail.com>
Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Merging #723 (0c2ae1a) into main (58e24aa) will decrease coverage by 0.02%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #723      +/-   ##
============================================
- Coverage     57.42%   57.41%   -0.02%     
+ Complexity     1221     1220       -1     
============================================
  Files           131      131              
  Lines          8029     8029              
  Branches        736      736              
============================================
- Hits           4611     4610       -1     
  Misses         3020     3020              
- Partials        398      399       +1     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.80% <ø> (ø)
RocketMQ Controller 54.88% <ø> (ø)
RocketMQ Proxy 42.62% <ø> (ø)
RocketMQ Store 76.93% <ø> (-0.05%) ⬇️
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 35.29% <ø> (ø)

see 1 file with indirect coverage changes

@ShadowySpirits ShadowySpirits merged commit 3f18552 into main Nov 24, 2023
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: ZGC employs multi-mapping technique and would triple RSS of memory usage, resulting in OOM
2 participants