[webkit-changes] [WebKit/WebKit] 35b989: Disable scavenger mini mode in all WebKit service ...

bnham noreply at github.com
Thu May 25 12:42:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35b9897fe3d79051a45b69d5a1d9239be1499e5e
      https://github.com/WebKit/WebKit/commit/35b9897fe3d79051a45b69d5a1d9239be1499e5e
  Author: Ben Nham <nham at apple.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M Source/bmalloc/bmalloc/ProcessCheck.mm

  Log Message:
  -----------
  Disable scavenger mini mode in all WebKit service processes
https://bugs.webkit.org/show_bug.cgi?id=257292
rdar://109801111

Reviewed by Geoffrey Garen.

The scavenger wakes up every ~5 ms in NetworkProcess. This seems too aggressive. Let's try lowering
the frequency by disabling mini mode as we do in other service processes.

* Source/bmalloc/bmalloc/ProcessCheck.mm:
(bmalloc::shouldAllowMiniMode):

Canonical link: https://commits.webkit.org/264533@main




More information about the webkit-changes mailing list