Invoke full GC when too many objects allocated during GC; fix #3998
When object allocation rate during incremental GC is too high, the `gc->majorgc_old_threshold` becomes too big. This means major GC start slower and old objects stay longer (and consume too much memory).
Showing
Please register or sign in to comment