next.js/packages/next/src/lib/memory/README.md
README.md13 lines419 B
# 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
Quest for Codev2.0.0
/
SIGN IN