[webkit-reviews] review requested: [Bug 22700] ApplicationCache should have size limit : [Attachment 25801] Patch to enforce size limit on app cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 16:56:08 PST 2008


Aaron Golden <aegolden at gmail.com> has asked  for review:
Bug 22700: ApplicationCache should have size limit
https://bugs.webkit.org/show_bug.cgi?id=22700

Attachment 25801: Patch to enforce size limit on app cache
https://bugs.webkit.org/attachment.cgi?id=25801&action=review

------- Additional Comments from Aaron Golden <aegolden at gmail.com>
This patch enforces a size limit on the application cache.  The limit will be
either 1 / 32 times the size of the file system or 25% of the size of the
remaining space available in the file system, whichever is smaller.  This will
allow machines with larger hard drives to store larger application caches, but
will prevent machines with large hard drives that happen to be almost out of
space anyway from having unreasonably large application caches.


More information about the webkit-reviews mailing list