File size: 419 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Debug Memory Usage
This directory contains a number of utilities to help in debugging
memory usage.
When enabled, code in this directory will:
- Periodically print out memory usage statistics
- Print a report with a summary of memory usage and suggestions for how to
improve.
- Generate heap snapshots automatically when too much memory is being consumed
- Monitor garbage collection events for long running GCs
|