[Webkit-unassigned] [Bug 178204] IndexedDB causes massive storage usage on iOS, never recycles usage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 22 14:10:01 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=178204

Lee Robertson <leechanr21 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |leechanr21 at gmail.com

--- Comment #13 from Lee Robertson <leechanr21 at gmail.com> ---
(In reply to Sondre Bjellås from comment #1)
> Has anyone else been able to reproduce similar problems?
> 
> Here is another developer that have similar issue where IndexedDB on iOS
> uses gigabytes of storage for what is essentially 2MB of data:
> 
> https://github.com/localForage/localForage/issues/683

Yes, I have been having the same problem, my pwa does a high velocity of writes to indexed db, causing the indexeddb.sqlite-wal to grow to 1.2GB and higher. 

As of right now, my only solution is to actually delete the DB, before each write which will remove the old log file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200422/af281e61/attachment-0001.htm>


More information about the webkit-unassigned mailing list