You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: