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
We had our app creating a new context for each request and memory usage went off the charts. But when we move it out to a global variable, memory stays pretty stable.
The text was updated successfully, but these errors were encountered:
I am running into this issue too. I think the problem is handlebars is not releasing the partials from memory. I see them getting stuck in the WeakRefMap in therubyracer gem.
We had our app creating a new context for each request and memory usage went off the charts. But when we move it out to a global variable, memory stays pretty stable.
The text was updated successfully, but these errors were encountered: