Bug 245796
| Summary: | [macOS] Stop leaking a boost on GPU and Network processes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Salinas <miguel_salinas> |
| Component: | WebKit Process Model | Assignee: | Miguel Salinas <miguel_salinas> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Mac (Apple Silicon) | ||
| OS: | macOS 11 | ||
Miguel Salinas
We are currently leaking a boost on the GPU process and Network process to grant high CPU and I/O priorities. This is not needed at all for the GPU process since it runs as TASK_APPTYPE_APP_DEFAULT and shouldn't be needed on the Network process as well if we change it to run as TASK_APPTYPE_APP_DEFAULT (which it already does on iOS).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100526100>
Miguel Salinas
Pull request: https://github.com/WebKit/WebKit/pull/4803
EWS
Committed 255198@main (b9d8665c0eb7): <https://commits.webkit.org/255198@main>
Reviewed commits have been landed. Closing PR #4803 and removing active labels.