WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242499
[GPU Process] Under memory pressure WebPage should release its cached shared NativeImages
https://bugs.webkit.org/show_bug.cgi?id=242499
Summary
[GPU Process] Under memory pressure WebPage should release its cached shared ...
Said Abou-Hallawa
Reported
2022-07-08 01:07:12 PDT
WebProcess::initializeWebProcess() sets a low memory pressure handler. This handler loops through the WebPages and call WebPage::releaseMemory() for every one. This function just calls RemoteResourceCacheProxy::releaseMemory() but this function does not release the cached shared NativeImages.
Attachments
Add attachment
proposed patch, testcase, etc.
Said Abou-Hallawa
Comment 1
2022-07-08 01:25:44 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2214
Radar WebKit Bug Importer
Comment 2
2022-07-08 01:28:34 PDT
<
rdar://problem/96656391
>
EWS
Comment 3
2022-07-08 11:42:03 PDT
Committed
252286@main
(a07f7ff6ab85): <
https://commits.webkit.org/252286@main
> Reviewed commits have been landed. Closing PR #2214 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug