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
I am using the derailed_benchmarks gem and found that metric_fu takes up 42.3984 MiB of memory (even rails only takes 17.6953 MiB in my setup)!
The command I ran to get the output was: bundle exec derailed bundle:mem development
Could you please run this against a sample app, and prune some memory hotspots?
The text was updated successfully, but these errors were encountered:
would love to do it with some help :) Great job on using that lib! That said, is metric_fu in your gemfile? If so, just require: false and bundle binstub metric_fu ... I recommend not including it in your Gemfile
that worked like a charm! Could you please update the docs so that others can also benefit?
All I did was the require: false and run the metric_fu executable from the command line (without the binstub).
And thanks for replying so soon! 👍
I am using the derailed_benchmarks gem and found that metric_fu takes up 42.3984 MiB of memory (even rails only takes 17.6953 MiB in my setup)!
The command I ran to get the output was:
bundle exec derailed bundle:mem development
Could you please run this against a sample app, and prune some memory hotspots?
The text was updated successfully, but these errors were encountered: