-
Notifications
You must be signed in to change notification settings - Fork 516
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
Upgrading from 1.9.5 to 1.9.8 triggers OOM error #1631
Comments
euri10
changed the title
Upgrading from 1.9.5 to 1.9.5 triggers OOM error
Upgrading from 1.9.5 to 1.9.8 triggers OOM error
Sep 19, 2022
smeubank
added
bug
Component: SDK Core
Dealing with the core of the SDK
and removed
Status: Untriaged
labels
Sep 28, 2022
antonpirker
added
Integration: Starlette/FastAPI
Status: Backlog
and removed
Component: SDK Core
Dealing with the core of the SDK
labels
Sep 28, 2022
This is related to this: #1595 |
Why the |
I do not understand your question @Kludex Using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you use Sentry?
Sentry Saas (sentry.io)
Version
1.9.8
Steps to Reproduce
hello, fastapi app here with an upload endpoint, files uploaded are usually 15Mo in size,
reverting to 1.9.5 fixes the issue, on 1.9.8 it's exhausting the container memory quite fast on an upload of several files (about 8 generally).
I'm using sentry this way, just reading the notes I see a deprecation, maybe the reason of the crash
that said I dont see the deprecation warning in logs.
the app crash and I dont get sentry logs, I think it's normal considering it appears to be an issue with it
Expected Result
well to be able to upload my files :)
Actual Result
The text was updated successfully, but these errors were encountered: