Hacker News new | ask | show | jobs
by mrighele 1834 days ago
Any particular reason for using ParallelOldGC with Java 16 ? There are other options that should fare much better.
1 comments

Lowest memory overhead mainly. Even zgc/g1 have full GCs some times, I never had that problem with dotnet.
Specify a max heap size and use g1. Java will use memory if it is available.