Skip to content
New issue

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

Memory usage #170

Open
nflorentin opened this issue Oct 26, 2022 · 2 comments
Open

Memory usage #170

nflorentin opened this issue Oct 26, 2022 · 2 comments

Comments

@nflorentin
Copy link

Hi,

I just ran bundle exec derailed bundle:mem (given by the gem derailed_benchmarks) on a project using this gem.
I found that :

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

@nisanthchunduru
Copy link

nisanthchunduru commented Dec 13, 2022

@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?

@nflorentin
Copy link
Author

@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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants