plivo-ruby icon indicating copy to clipboard operation
plivo-ruby copied to clipboard

Memory bloat

Open msencenb opened this issue 2 years ago • 0 comments

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:

image

msencenb avatar Sep 16 '22 16:09 msencenb