(no title)
leapis | 2 years ago
If you run a bunch of different microservices with distinct allocation profiles, all with high allocation pressure and performance constraints, and you've accomplished this w/ the help of a very fine-tuned CMS setup, migrating that over to G1/ZGC is non-trivial
xxs|2 years ago
High allocation rate feels weird with micro services - I suppose that depends a lot on the coding style. G1GC is meant for generally large setups, with several cores at least. E.g. the default setup of 2048 areas on 2GB heap means, allocations over 1MB require special care.
threeseed|2 years ago
https://quarkus.io
bberrry|2 years ago
hmottestad|2 years ago
leapis|2 years ago