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 installed this gem to my development group, and I am trying to figure out why my production Rails 7 App is consuming so much memory. So I run this command, and whoa... what is up with dead_end? I get it, that is installed by this benchmark gem, in development, but why does it show up in profiling production?
bundle exec derailed bundle:objects production
Measuring objects created by gems in groups [:default, "production"]
Total allocated: 48347847 bytes (432982 objects)
Total retained: 8143076 bytes (63574 objects)
allocated memory by gem
36024877 dead_end-3.1.1
2525440 ruby-3.1.1/lib
The text was updated successfully, but these errors were encountered:
I installed this gem to my development group, and I am trying to figure out why my production Rails 7 App is consuming so much memory. So I run this command, and whoa... what is up with dead_end? I get it, that is installed by this benchmark gem, in development, but why does it show up in profiling production?
bundle exec derailed bundle:objects production
Measuring objects created by gems in groups [:default, "production"]
Total allocated: 48347847 bytes (432982 objects)
Total retained: 8143076 bytes (63574 objects)
allocated memory by gem
36024877 dead_end-3.1.1
2525440 ruby-3.1.1/lib
The text was updated successfully, but these errors were encountered: