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
Description
Good morning everyone,
We use Microsoft.Maui.Graphics and Microsoft.Maui.Graphics.Skia (ver 9.0.0) to generate images containing text and black and white graphics.
Unfortunately a serious memory leak problem causes the pods running on Kubernetes to restart every 3/4 hours.
I have included all the usings I could:
using (SkiaBitmapExportContext page = new SkiaBitmapExportContext(
Description
Description
Good morning everyone,
We use Microsoft.Maui.Graphics and Microsoft.Maui.Graphics.Skia (ver 9.0.0) to generate images containing text and black and white graphics.
Unfortunately a serious memory leak problem causes the pods running on Kubernetes to restart every 3/4 hours.
I have included all the usings I could:
using (SkiaBitmapExportContext page = new SkiaBitmapExportContext(
{
ICanvas g = page.Canvas;
[.....]
using (IImage image = SkiaImage.FromStream(ms))
{
[....]
But the problem is not solved.
I attach the dump file of
MemoryDump.zip
the memory executed directly on the K8 pod.
Any ideas?
Thanks a lot.
Steps to Reproduce
No response
Link to public reproduction project repository
https://github.com/dcaponetti/TestImageAPI
Version with bug
9.0.10 SR1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Other (Tizen, Linux, etc. not supported by Microsoft directly), Windows
Affected platform versions
Kubernetes cluster with net8 windows image
Did you find any workaround?
no
Relevant log output
The text was updated successfully, but these errors were encountered: