Y
Hacker News
new
|
ask
|
show
|
jobs
by
pleasecalllater
2406 days ago
I always thought the GC pause depends on the heap size... a little searching...
http://big-elephants.com/2018-09/unexpected-gc-pauses/
.
1 comments
naikrovek
2406 days ago
It depends on how many things need to be collected, which is often a function of heap size.
link