|
|
|
|
|
by lazide
1312 days ago
|
|
What do you consider a ‘long’ pause time? I’ve had no issues with Java 17+ under heavy allocation/garbage collection (data encryption pipeline I haven’t tuned to reuse buffers yet), and it’s pause times are on the order of a handful of milliseconds, without meaningful tuning. I think it’s doing something like a GB/s of garbage collection. And the jvm in question is doing a LOT more than just this, so it’s coping with millions of allocated objects at the same time. |
|