Closed
Bug 1910116
Opened 8 months ago
Closed 7 months ago
Fix ML IndexedDB Cache Size Estimation to Match Actual Data Size
Categories
(Core :: Machine Learning, defect, P1)
Tracking
()
RESOLVED
FIXED
130 Branch
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: atossou, Assigned: atossou)
References
(Blocks 1 open bug)
Details
(Whiteboard: [genai])
Attachments
(1 file)
The ML component enforces a maximum size limit for the IndexedDB database used to store models.
Currently, the cache size estimation is inaccurate and does not update correctly after models are deleted. Additionally, it fails to account for any compression applied to files during storage.
This issue needs to be addressed to ensure the cache size estimation accurately reflects the actual data size, including any compression effects.
Updated•7 months ago
|
Priority: -- → P1
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Version: unspecified → Firefox 130
Pushed by atossou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c052b3d5cd52
Fix ML IndexedDB Cache Size Estimation to Match Actual Data Size r=tarek
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Assignee | ||
Updated•7 months ago
|
Whiteboard: [genai]
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•