[Webkit-unassigned] [Bug 81743] New: Out of memory occurred while running V8 benchmark

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 20 23:24:54 PDT 2012


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

           Summary: Out of memory occurred while running V8 benchmark
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hojong.han at samsung.com


Out of memory occurred while running V8 benchmark several times in a row.

Garbage collection is not triggered and new blocks are added
because high water mark is big enough and overcommit is allowed by MAP_NORESERVE flag.
(MAP_NORESERVE is set when mmap is called)
It seems that this flag had been added for using both x86-64 and Fixed VM Pool together.

-- 
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