You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I think the memory leak is only in MultiJSON, to clarify. Using OJ.dump seems fine. It's only when using Oj via MultiJSON that we witness the memory leak. Sorry if that wasn't clear.
In a Rails app serving JSON responses, we noticed the following memory leak:
Memory would not be freed when the request ended, and eventually we would have to restart our process. We noticed the same behavior when using yajl.
Bypassing MultiJSON entirely resolved the issue for us.
More details here: cloudfoundry/capi-release#262 (comment)
The text was updated successfully, but these errors were encountered: