Closed
Bug 1202523
Opened 9 years ago
Closed 9 years ago
Use the default chunk size with jemalloc 4
Categories
(Core :: Memory Allocator, defect)
Core
Memory Allocator
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
1.01 KB,
patch
|
n.nethercote
:
review+
|
Details | Diff | Splinter Review |
Currently, we force the chunk size to 1MB, matching the chunk size of mozjemalloc, because at the time jemalloc 3 chunk size was 4MB and that didn't work out very well for overall memory usage.
But the current default in jemalloc 4 is 2MB and doesn't look like it makes things bad on memory usage. Try even suggests it might make things slightly better performance-wise.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: nobody → mh+mozilla
Attachment #8657976 -
Flags: review?(n.nethercote)
Comment 2•9 years ago
|
||
Comment on attachment 8657976 [details] [diff] [review]
Use the default chunk size with jemalloc 4
Review of attachment 8657976 [details] [diff] [review]:
-----------------------------------------------------------------
I wonder about FxOS, but eh, ok.
Attachment #8657976 -
Flags: review?(n.nethercote) → review+
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•