Open
Bug 1883823
Opened 2 years ago
Updated 2 years ago
Try to pre-commit pages within unused chunks during a page load.
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
NEW
People
(Reporter: pbone, Unassigned)
References
Details
In Bug 1867197 we want to try pre-committing pages within already allocated chunks during idle time when a page load is started. However the amount of memory we can pre-commit is limited by the size of the heap and its fragmentation. If we wanted to take this further we'd have to pre-commit unused chunks. Currently unused chunks are assumed to be decommitted and several things in the allocator would need to change to support this.
You need to log in
before you can comment on or make changes to this bug.
Description
•