Y
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
u678u
1834 days ago
Lowest memory overhead mainly. Even zgc/g1 have full GCs some times, I never had that problem with dotnet.
link
kaba0
1833 days ago
Specify a max heap size and use g1. Java will use memory if it is available.
link