apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.58k stars 512 forks source link

fix(chore): remove zgc in dockerfile for ARM env #2421

Closed aroundabout closed 5 months ago

aroundabout commented 5 months ago

Purpose of the PR

On macos(ARM arch M1/2/3..), zgc is only available with java > 13, so we remove -g zgc in the docker-entrypoint.sh.

img_v3_0278_dd825afb-a548-4fa8-81e6-dd4fe56274bg img_v3_0278_7d9062b4-7f0f-4911-a50c-896f29d7f38g P4NlOlI8VR

Todo

Main Changes

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1dd0580) 66.32% compared to head (31dd8c6) 66.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2421 +/- ## ============================================ - Coverage 66.32% 66.24% -0.09% Complexity 828 828 ============================================ Files 511 511 Lines 42596 42596 Branches 5942 5942 ============================================ - Hits 28253 28216 -37 - Misses 11547 11568 +21 - Partials 2796 2812 +16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.