Closed Bug 1889638 Opened 1 year ago Closed 1 year ago

Regression in GC_BUDGET_OVERRUN in January

Categories

(Core :: JavaScript: GC, defect)

defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: bas.schouten, Unassigned)

References

Details

Max pause time could be close to 50ms without causing any issues, since that is the max idle time. It is hard to say whether lowering max pause time is a good thing. It may or may not. If we can run most of the GCs faster, it is a good thing, but if we still have lots of slices, it would be good if we could find long 50ms slices for them.

Likely due to parallel marking being enabled and the extra overhead of thread synchronisation at the end of a slice.

There are proportionally large increases for 75th percentile and below, but note that this is measured in microseconds. The 75th percentile has risen to 92 microseconds on a budget measured in milliseconds (median is around 20mS). So I don't think this is a big deal.

Closing this as wontfix.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.