[Webkit-unassigned] [Bug 192490] webkitpy: WinCairoPort.default_child_processes should return the appropriate default number of DumpRenderTree processes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 23:59:32 PST 2018


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Here is the return value of win32api.GlobalMemoryStatusEx() on WinCairo Docker container.

> {'TotalPageFile': 39459540992L, 'AvailVirtual': 140737373986816L, 'MemoryLoad': 30, 'TotalPhys': 34359267328L, 'AvailExtendedVirtual': 0L, 'Length': 64, 'TotalVrtual': 140737488224256L, 'AvailPhys': 23751901184L, 'AvailPageFile': 29975863296L}

Here is the one on my PC.

> {'TotalPageFile': 39389532160L, 'AvailVirtual': 140733064794112L, 'MemoryLoad': 25, 'TotalPhys': 34289258496L, 'AvailExtendedVirtual': 0L, 'Length': 64, 'TotalVirtual': 140737488224256L, 'AvailPhys': 25691299840L, 'AvailPageFile': 26506842112L}

The Docker container says it has enough RAM.
Umm, I can't use this approach for Bug 188036.

-- 
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/20181210/4ed7a8c9/attachment.html>


More information about the webkit-unassigned mailing list