Bug 245796

Summary: [macOS] Stop leaking a boost on GPU and Network processes
Product: WebKit Reporter: Miguel Salinas <miguel_salinas>
Component: WebKit Process ModelAssignee: 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
Reported 2022-09-28 13:50:17 PDT
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
Radar WebKit Bug Importer
Comment 1 2022-09-28 13:50:43 PDT
Miguel Salinas
Comment 2 2022-09-28 13:55:09 PDT
EWS
Comment 3 2022-10-05 15:53:10 PDT
Committed 255198@main (b9d8665c0eb7): <https://commits.webkit.org/255198@main> Reviewed commits have been landed. Closing PR #4803 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.