We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I just ran bundle exec derailed bundle:mem (given by the gem derailed_benchmarks) on a project using this gem. I found that :
bundle exec derailed bundle:mem
TOP: 79.582 MiB mimemagic: 46.6289 MiB rails/all: 29.5742 MiB
Mimemagic is responsible for around 58% of the memory footprint of the gems.
It seems a lot to me, is anyone having this issue too ?
Thanks
The text was updated successfully, but these errors were encountered:
@nflorentin Yea, mimemagic has a bigger memory footprint than the rails gem for us
❯ bundle exec derailed bundle:mem TOP: 194.5781 MiB mimemagic: 64.6406 MiB rails/all: 31.6094 MiB ...
Were you able to resolve this?
Sorry, something went wrong.
@nisanthchunduru I realized that mimemagic was no longer a dependency of my project so I removed it.
In your case, what is the gems that depend on it ?
No branches or pull requests
Hi,
I just ran
bundle exec derailed bundle:mem
(given by the gem derailed_benchmarks) on a project using this gem.I found that :
Mimemagic is responsible for around 58% of the memory footprint of the gems.
It seems a lot to me, is anyone having this issue too ?
Thanks
The text was updated successfully, but these errors were encountered: