[Webkit-unassigned] [Bug 232928] New: NetWorkCache size more than 1GB

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 10 01:13:30 PST 2021


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

            Bug ID: 232928
           Summary: NetWorkCache size more than 1GB
           Product: WebKit
           Version: WebKit Local Build
          Hardware: iPhone / iPad
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: 18846049301 at 163.com
                CC: kkinnunen at apple.com

source code In WebKit/NetworkProcess/NetworkCacheStorage.cpp Line 1142:

        if (approximateSize() > m_capacity)
              shrink();

and m_capacity MAX_SIZE is 1 * GB, but, my log shows that the size of this folder is nearly 2GB, I want to know the reason. THANKS!

-- 
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/20211110/d393af75/attachment.htm>


More information about the webkit-unassigned mailing list