Skip to content

Commit

Permalink
docs(README.md): fix the bulleted lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-tong authored and pablogsal committed Jul 6, 2023
1 parent 78c2b07 commit f889d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ MEMORY PROBLEMS demo/test_ok.py::test_memory_exceed
temporary folder)
- `--memray-bin-prefix` - prefix to use for the binary dump (by default a random UUID4
hex)
--stacks=STACKS - Show the N stack entries when showing tracebacks of memory allocations
--native - Show native frames when showing tracebacks of memory allocations (will be slower)
--trace-python-allocators - Record allocations made by the Pymalloc allocator (will be slower)
- `--stacks=STACKS` - Show the N stack entries when showing tracebacks of memory allocations
- `--native` - Show native frames when showing tracebacks of memory allocations (will be slower)
- `--trace-python-allocators` - Record allocations made by the Pymalloc allocator (will be slower)

## Configuration - INI

Expand Down

0 comments on commit f889d26

Please sign in to comment.