We're going to look on how to identify the source of a memory leak on an unfamiliar code base.
- Relevant links -
Source code: https://github.com/rails-from-zero/2022-11-memory-leak
- Chapters -
0:00 Application description
0:59 Measuring memory usage
4:10 Analyzing retained memory using heap profiler
9:12 Fixing the memory leak
10:28 Pinpointing used memory location
12:13 Final thoughts
#ruby #memory #debugging