-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Sentry.Transport.Sender
can use a lot of memory
#773
Labels
Comments
whatyouhide
changed the title
Sentry.Transport.Sender can use a lot of memory
Aug 19, 2024
Sentry.Transport.Sender
can use a lot of memory
Mh this is definitely an issue but yeah it could take a while to debug, I'll try to look into it. |
getsantry
bot
added
Waiting for: Product Owner
and removed
Waiting for: Product Owner
labels
Aug 19, 2024
@hkrutzer what's your error throughput that you are reporting to Sentry here? The issue with source maps will be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
v10.6.2
Steps to Reproduce
This is memory usage with our base config:
In absolute terms it is not that much memory, but it can go up to around 20MB and often appears in our top 20 of processes using the most memory. Manually triggering a garbage collection on the process reduces it by a lot.
I enabled source maps, which took it up to this:
and eventually caused our application to be OOM-killed.
The source map file is not that big:
Loading it manually with
:erlang.binary_to_term
:I realise there are not many details in this issue but I'm not sure what to add. Please let me know what additional info you need.
The text was updated successfully, but these errors were encountered: