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
BACKGROUND: Mime-types is a large, memory intensive gem. Example of allocated memory via derailed bundle:objects:
derailed bundle:objects
allocated memory by gem ----------------------------------- 30106245 activesupport-5.2.1 6303003 mime-types-3.2.2 1771271 addressable-2.6.0 1748528 activerecord-5.2.1 ...
The equivalent functionality can be accomplished without incurring so much memory overhead using mini_mime gem.
See this issue on mini_mime for details on how to reduce. Major projects are already adopting. discourse/mini_mime#6
The text was updated successfully, but these errors were encountered:
thanks for the suggestion
Sorry, something went wrong.
No branches or pull requests
BACKGROUND:
Mime-types is a large, memory intensive gem. Example of allocated memory via
derailed bundle:objects
:The equivalent functionality can be accomplished without incurring so much memory overhead using mini_mime gem.
See this issue on mini_mime for details on how to reduce. Major projects are already adopting.
discourse/mini_mime#6
The text was updated successfully, but these errors were encountered: