[Webkit-unassigned] [Bug 253172] REGRESSION (iOS 16.4 Public Beta): WebGL app jetsams quickly on iOS device

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 17:25:23 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=253172

--- Comment #10 from Kurt Revis <krevis at figma.com> ---
Looks like the fix came with recent ANGLE changes.

Relevant recent commits on main:
404173 "Update ANGLE to 2023-02-08"
ab998e "ANGLE Metal program memory cache is unbounded"
b37b92 "Update ANGLE to 2023-02-14"
68fbc8 "Update ANGLE to 2023-02-20"

Before 404173, the situation is very bad -- the GPU process grows in memory very quickly.
404173 was an improvement but not a full fix. It's still bad but grows more slowly.
ab998e does not appear to affect this case.
b37b92 caused memory usage to become stable.
68fbc8 does not appear to affect this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230302/d1379880/attachment.htm>


More information about the webkit-unassigned mailing list