Y
Hacker News
new
|
ask
|
show
|
jobs
by
dikei
564 days ago
Maybe they run a small heap with a zero-pause JVM like Zing, as pause-less GC generally has lower throughput than normal GC.
1 comments
pebal
564 days ago
Java doesn't have real pause-less GC.
link
dikei
564 days ago
Well, "pause too short to matter" just doesn't have the same ring to it.
link
pebal
564 days ago
One millisecond is not a short pause.
link
touisteur
564 days ago
Modern low-latency GCs never reach 1ms on all the workloads I've put them through. Mind you I don't GC terabytes of RAM so who knows what happens there.
link