[Webkit-unassigned] [Bug 89111] New: Heap::shouldCollect() should return true when system memory is low

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 10:10:46 PDT 2012


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

           Summary: Heap::shouldCollect() should return true when system
                    memory is low
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yoli at rim.com


Now the heap size is affected by the system RAM size. The RAM size is calculated only once upon the first call. So JSC will always allow a large heap size even when system is under low memory. If there is a fast way to tell recent memory status, Heap::shouldCollect() should check it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list