-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Memory leak #2566
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
Labels
Comments
I do confirm the memory leak. Nice catch. |
@imaximix there's something odd by calling |
Yea, that is the trigger. In our real app, we use it to set 404 or 405.
|
@ericproulx works great! Thanks for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We have a rather large-ish and old application running grape.
We recently upgraded from 2.0 to 2.2 and noticed our RAM usage going bonkers.
The issue got tracked down to this commit
Here is a repro
The text was updated successfully, but these errors were encountered: