Skip to content

ASoftCo/leaky-gems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

A list of gems that have memory leaks

Links to issues, pull requests or articles demonstrating known memory leaks (gems are listed alphabetically):

Your Ruby app leaks memory if you see gems above in your Gemfile.lock. The list above may save you a week or more of your personal life.

A list of gems that have memory issues (but not actual leaks)

It appears some contributors submit gems with known memory issues, but not actual leaks. While those issues don't qualify as leaks they may still be important. I prefer listing them here to help other developers rather than just hiding them.

Links to known memory issues (gems are listed alphabetically):

Contributing

Feel free to submit a PR if you find any memory leaks in gems. The format is the following:

  • [leaky gem name and versions affected](link to confirm)

Thanks!

Contributors

Gem

After almost 4 years from the initial request a gem that checks Gemfile.lock for leaky gems has been created – https://github.com/rubymem/bundler-leak.