twilio-ruby freeing too many memory slots #429
Labels
status: waiting for feedback
waiting for feedback from the submitter
type: question
question directed at the library
This is a memory issue and is potentially related to #396.
I recently added the
twilio-ruby
gem to our rails application and suddenly started experiencing memory issues. Not only did our project's average memory usage increased (from stabilizing at ~500 MB to ~700/750MB), but our application started freeing up a ton of memory slots. Below are two charts of Free Memory Slots, based on heroku's runtime metrics.Usage without
twilio-ruby
gem added:Usage with
twilio-ruby
gem added:Keep in mind that 50,000 free memory slots isn't too concerning. When I was actively using the gem, the number of free slots was quite a bit higher, sometims 600k+. All of this wouldn't be too concerning if my overall memory usage wasn't spiking, but as it is, I'm assuming that this is related.

Memory usage
With regards to #396, I'm not seeing the crazy numbers reported for
twilio-ruby
Here is mine with a few other gems for comparison:
Version:
gem 'twilio-ruby', '~> 5.14', '>= 5.14.1'
Steps to Reproduce
The text was updated successfully, but these errors were encountered: