Skip to content

Commit

Permalink
Merge pull request #36885 from piratebroadcast/patch-2
Browse files Browse the repository at this point in the history
Updated to add Derailed link
  • Loading branch information
schneems committed Aug 7, 2019
2 parents 0f5db10 + 0220b8d commit d44fdd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion guides/source/debugging_rails_applications.md
Expand Up @@ -939,7 +939,7 @@ Debugging Memory Leaks
A Ruby application (on Rails or not), can leak memory — either in the Ruby code
or at the C code level.
In this section, you will learn how to find and fix such leaks by using tool
In this section, you will learn how to find and fix such leaks by using tools
such as Valgrind.
### Valgrind
Expand All @@ -956,6 +956,10 @@ For further information on how to install Valgrind and use with Ruby, refer to
[Valgrind and Ruby](http://blog.evanweaver.com/articles/2008/02/05/valgrind-and-ruby/)
by Evan Weaver.
### Find a memory leak
There is an excellent article about detecting and fixing memory leaks at Derailed, [which you can read here](https://github.com/schneems/derailed_benchmarks#is-my-app-leaking-memory).
Plugins for Debugging
---------------------
Expand Down

0 comments on commit d44fdd2

Please sign in to comment.