crate / docker-crate

Source repository for the official CrateDB Docker image
https://registry.hub.docker.com/_/crate/
Apache License 2.0
50 stars 22 forks source link

Test for presence of UseG1GC instead of UseConcMarkSweepGC #170

Closed autophagy closed 4 years ago

autophagy commented 4 years ago

Summary of the changes / Why this is an improvement

Since CrateDB 4.1, we now use G1GC, which means we no longer need to test for the presence of the UseConcMarkSweepGC Java opt.

Checklist