Description
This is a continuation of the issues described in #217 as that PR was closed when the branch was merged.
Ping @sfgeorge, @benlangfeld.
Last comment:
From @sfgeorge:
Yes, the situation is significantly better by more than an order of magnitude! Under JRuby, I was able to run almost 40,000 calls (as opposed to just 1,700). This is a huge leap, but I'm hoping that we can do even better.
Using afb3c6b, and the same test setup, I warmed up to 8cps and things stayed stable for over an hour.
At first Full GCs were reclaiming a lot of memory, occurring every ~70 seconds
But after almost 40,000 calls, Full GCs occurred at least once per second.
After ~40,000 call failures started to occur.
The complete gc log is here
I can bump Gemfile[.lock] on the repo to reflect that I've been testing Punchblock's new feature/dtmf_recognizer_leak, would that be helpful?
From @bklang:
No, that's not necessary. Just the ObjectSpace information and any results you find by bisecting between the working and broken version (with the backported fix for the big leak) are the most important things at this point.
Example app: https://github.com/sfgeorge/punchblock-issue-memleak