Closed
Bug 1457084
Opened 7 years ago
Closed 7 years ago
Increase max chunk memory usage limit
Categories
(Core :: Networking: Cache, enhancement, P3)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla62
People
(Reporter: michal, Assigned: michal)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file, 1 obsolete file)
|
3.25 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
Current browser.cache.disk.max_priority_chunks_memory_usage and browser.cache.disk.max_chunks_memory_usage values are not sufficient for writing very large alternative data. The whole data is written at once and if it's larger then it will likely hit this limit.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8979750 -
Flags: review?(honzab.moz)
Comment 2•7 years ago
|
||
Comment on attachment 8979750 [details] [diff] [review]
diff-bug1457084-v1.patch
Review of attachment 8979750 [details] [diff] [review]:
-----------------------------------------------------------------
please update also https://searchfox.org/mozilla-central/rev/eb51d734a8c06ac5973291be9bcc74ed4e999bca/modules/libpref/init/all.js#65-66
this patch actually doesn't have any effect as is.
Attachment #8979750 -
Flags: review?(honzab.moz) → review-
| Assignee | ||
Comment 3•7 years ago
|
||
(In reply to Honza Bambas (:mayhemer) from comment #2)
> please update also
> https://searchfox.org/mozilla-central/rev/
> eb51d734a8c06ac5973291be9bcc74ed4e999bca/modules/libpref/init/all.js#65-66
>
> this patch actually doesn't have any effect as is.
Right, thanks for catching this.
Attachment #8979750 -
Attachment is obsolete: true
Attachment #8979893 -
Flags: review?(honzab.moz)
Comment 4•7 years ago
|
||
Comment on attachment 8979893 [details] [diff] [review]
patch v2
Review of attachment 8979893 [details] [diff] [review]:
-----------------------------------------------------------------
thanks
Attachment #8979893 -
Flags: review?(honzab.moz) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/10f52bc1b0a4
Increase max chunk memory usage limit, r=mayhemer
Keywords: checkin-needed
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•