Closed
Bug 1275740
Opened 9 years ago
Closed 9 years ago
Use lower compression level for symbols zips
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
Details
Attachments
(1 file)
We're currently using zlib compression level 9 when creating the symbols archives. My measurements show this wastes a lot of CPU for minimal space savings. Patch forthcoming.
| Assignee | ||
Comment 1•9 years ago
|
||
On my i7-6700K time and size for the full zip archive for a Windows
debug build is as follows:
Time Size
Before: 25.4s 278,708,278
After: 13.0s 280,623,521
Anything lower than level 5 and the archive size starts increasing by
several megabytes. Level 5 is definitely the sweet spot.
Review commit: https://reviewboard.mozilla.org/r/55266/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/55266/
Attachment #8756585 -
Flags: review?(ted)
Comment 2•9 years ago
|
||
Comment on attachment 8756585 [details]
MozReview Request: Bug 1275740 - Use compression level 5 instead of 9 for symbols zips; r?ted
https://reviewboard.mozilla.org/r/55266/#review52062
Attachment #8756585 -
Flags: review?(ted) → review+
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•