-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Memory leak #1
Comments
I can confirm that. This is also happening here. We've doubled our instance resources and the leak continues. |
@emilianomonzaia @Jonatthu Are you guys still running into this? Considering switching to Elysia, but this would be a pretty major blocker. |
I moved away to Bun serve alone with trpc fetch http handler and it's done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using opentelemetry following the documentation there is a memory leak or constant usage increase.
![image](https://private-user-images.githubusercontent.com/3742176/358432802-16c520c3-8844-4843-91ca-eacaeca38b70.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTU3NjgsIm5iZiI6MTczOTA1NTQ2OCwicGF0aCI6Ii8zNzQyMTc2LzM1ODQzMjgwMi0xNmM1MjBjMy04ODQ0LTQ4NDMtOTFjYS1lYWNhZWNhMzhiNzAucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjI1NzQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGNkZWUyNzU4ZTQzMjE0ZjEwNWNkM2VkMjIzOTI1NWVkYWE5N2M5MWY5NTNjZjFjMTczMGEyOTRlNmJhYjBhNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.S8sqxV7EyrphFMqa_xcfqGXtSaHBNDJGTpYXWbY2yTE)
Without OpenTelemetry: he app usually goes from 500mb to 800mb under 5 hours.
With OpenTelemetry: 500mb to 4.2gb under 5 hours, once I remove the open telemetry set up it goes back to normal.
The text was updated successfully, but these errors were encountered: