Open
Bug 1849969
Opened 2 years ago
Updated 8 months ago
Investigate tuning nursery size for speedometer3 benchmark
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
REOPENED
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
smaug noticed that we resize the nursery often during the benchmark and found some improvement in the benchmark score with some changes to nursery collection (using a fixed 16MB size and eagerly collecting):
This suggests that adjusting the current sizing heuristics for this benchmark could be useful.
Updated•1 years ago
|
Whiteboard: [sp3]
Updated•1 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-532
Reporter | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
I don't think this is a dup. We have still the issue that nursery shrinks way too much too easily. And perhaps the max size could be also larger.
You need to log in
before you can comment on or make changes to this bug.
Description
•