Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRPC Memory Leak #2841

Open
MarioGK opened this issue Jan 23, 2024 · 1 comment
Open

GRPC Memory Leak #2841

MarioGK opened this issue Jan 23, 2024 · 1 comment
Labels

Comments

@MarioGK
Copy link

MarioGK commented Jan 23, 2024

  • List of NuGet packages and version that you are using: Only Official GRPC and AppInsights
  • Runtime version: core8.0
  • Hosting environment (e.g. Azure Web App, App Service on Linux, Windows, Ubuntu, etc.): Linux Container inside k8s

Describe the bug

In an asp.net GRPC server with AppInsights configured, app insights will slowly leak memory, changing the garbage collector type mitigates a little bit of the problem (false) but the leak still happens.

To Reproduce

This is the repository with the minimal reproduction code so that the memory leak happens: https://github.com/MarioGK/AppInsightsMemoryLeak

The repository was tested inside a Linux container using the official docker image and on an arch Linux workstation, and i believe the same issue happens in windows as well.

If you need any more information or has doubts feel free to contact me

@MarioGK MarioGK added the bug label Jan 23, 2024
@phnogues
Copy link

Hi Mario, did you found a solution ?

I have probably the same problem

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants