[webkit-reviews] review granted: [Bug 230067] Implement a WebProcess cap : [Attachment 437668] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 19:55:16 PDT 2021


Geoffrey Garen <ggaren at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 230067: Implement a WebProcess cap
https://bugs.webkit.org/show_bug.cgi?id=230067

Attachment 437668: Patch

https://bugs.webkit.org/attachment.cgi?id=437668&action=review




--- Comment #3 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 437668
  --> https://bugs.webkit.org/attachment.cgi?id=437668
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=437668&action=review

Does moving to foreground mark a process as recently used? (Would be nice to
add that, if not.)

> Source/WebKit/Shared/ProcessTerminationReason.h:33
> +    ExceededProcessLimit,

Let's call this ExceededProcessCountLimit, since we call it a process count
limit elsewhere.

> Source/WebKit/UIProcess/WebProcessProxy.cpp:111
> +static unsigned maxProcessCount { 400 };

s_maxProcessCount


More information about the webkit-reviews mailing list