Open
Bug 973650
Opened 12 years ago
Updated 3 years ago
Allow cache sizes bigger than 1GB/1024MB
Categories
(Core :: Networking: Cache, enhancement, P5)
Core
Networking: Cache
Tracking
()
NEW
People
(Reporter: mail, Unassigned)
Details
(Whiteboard: [necko-would-take])
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20131206145143
Steps to reproduce:
The current maximum cache size is hard-coded to 1GB (http://mxr.mozilla.org/mozilla-central/source/netwerk/cache/nsCacheService.cpp#615).
I would like to set a bigger cache size to make effective use of the "Work offline" facility.
Please increase the maximum allowed cache size. I suggest a new value of 64 GB.
Updated•11 years ago
|
Severity: normal → enhancement
OS: Linux → All
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: x86_64 → All
Summary: Allow cache sizes bigger than 1GB → Allow cache sizes bigger than 1GB/1024MB
Version: 26 Branch → Trunk
Updated•10 years ago
|
Whiteboard: [necko-would-take][good first bug]
I would love to work on it. Can someone please give me some pointers on where to start?
(In reply to Sneh Vyas from comment #1)
> I would love to work on it. Can someone please give me some pointers on
> where to start?
https://developer.mozilla.org/en-US/docs/Developer_Guide
I don't think this is a good first bug, it may need to adjust more aspects.
https://mxr.mozilla.org/mozilla-central/ident?i=OLD_MAX_CACHE_SIZE
https://mxr.mozilla.org/mozilla-central/ident?i=MAX_CACHE_SIZE
Whiteboard: [necko-would-take][good first bug] → [necko-would-take]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•