You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've observed that there's significant memory retention when navigating away from a screen using Skia. To reproduce:
Open the example app.
Navigate to the Glassmorphism Example (or any other example).
Navigate back to the main menu.
When navigating back to the menu, about 90% of the memory used in the example is not released.
This pattern has been consistent across various examples in the menu. Over time, these retained memories pile up and lead to out of memory crashes in my app.
Screenshot: Attached below.
Question:
Is this behavior intended? If not, are there any recommended workarounds? The continuous memory retention, although minor in isolation, accumulates and has been causing stability issues for my app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've observed that there's significant memory retention when navigating away from a screen using Skia. To reproduce:
When navigating back to the menu, about 90% of the memory used in the example is not released.
This pattern has been consistent across various examples in the menu. Over time, these retained memories pile up and lead to out of memory crashes in my app.
Screenshot: Attached below.
Question:
Is this behavior intended? If not, are there any recommended workarounds? The continuous memory retention, although minor in isolation, accumulates and has been causing stability issues for my app.
Beta Was this translation helpful? Give feedback.
All reactions