Jonah Williams
Jonah Williams
> I am using the emulator that shipped with Android Studio below. It's just the Pixel 8 with SDK 35, all default arguments when creating it with Android Studio. You...
Now download the update please :)
Thanks! Are you on linux?
The status of this issue is that the original reported never responded with information on the device they were having the problem with nor did they report back about trying...
@FridayAutum impeller doesn't impact dart heap (except indirectly via rendering more/less frames) and dart heap doesn't include any native objects
@FridayAutum what are the numbers comapred to Skia? its difficult for me to tell what the actual diff is?
Some notes from testing on my end: * I don't see any evidence for a memory leak though, memory usage is stable, and increases in memory usage correlate with how...
I was able to get the memory usage to more closely match skia by adjusting the initial size of our VMA heap. I suspect that the defaults we are using...
I think with some adjustments we can actually use much less memory than the existing Skia backend.
I'm not certain, we've done a lot of work since 3.24. You might check if the current beta 3.27 (I think) reproduces the issue or not.