-
Notifications
You must be signed in to change notification settings - Fork 70
Description
I got this working on Heroku (thanks for the great gem!) However, now that it's running, it tends to eat up a ton of memory. It seems like a gem that's doing something relatively straightforward like this shouldn't take up 100MB+ of memory on Heroku, so perhaps there's some issue with it.
I use Scout on Heroku to check memory usage, and this gem is using more memory than any other page in my app by far, so it'd be awesome if you could figure out what's going on. That said, the dump from Scout didn't help me much in figuring out what was up - here's what it tells me:
Router/Rails
1 call
100%
exception_handler/exceptions/show
1 call
0%
...
Middleware
1 call
0%
Controller
1 call
0%
RedirectRule#find
SQL
1 call
0%
As you can see, "Router/Rails" appears to be the culprit, but I'm not sure what to do about that. None of my other pages see this kind of memory increase in the Router. Any ideas? Let me know if you need more info.