Replies: 1 comment
-
[Triage] You could try and use dotnet-monitor in your pod to collect a dump or a GC dump that you can use to analyze your application's memory usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
Our developers are migrating applications from .net6 to .net8 and pods are starting to consume a lot more memory.
Have you encountered this kind of behavior?
Image: alpine 3.18 .net6 pod uses ~45MB of memory.
Image: alpine 3.18 .net8 pod uses ~115MB of memory.
Image: alpine 3.19 .net8 pod uses ~115MB of memory.
Beta Was this translation helpful? Give feedback.
All reactions