plivo-ruby
plivo-ruby copied to clipboard
Memory bloat
Hi there! I've been tuning my apps memory usage on boot using the handy derailed gem. Running bundle exec derailed bundle:mem
gives me a list of how much memory it takes to require gems individually. Plivo is coming in really high at 9mb (rails itself is only 12mb). Any idea how I can cut this down? I only use Plivo for SMS notifications, so I don't need most of the library for calling, routing, etc.
Screenshot of the output from derailed:
