We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450f6eb commit fadfcedCopy full SHA for fadfced
README.md
@@ -72,8 +72,17 @@ task leaks are surprising and often contribute a lot):
72
--exclude='0x7967b8ed0fe0,0x7967eff3ad80,0x7967e7cca000' \
73
--highlight='asyncio.Task' \
74
--max-depth=30 \
75
- ~/heap.after.bin.gz | \
76
- dot -o ~/graph.svg -Tsvg
+ --output ~/graph.svg \
+ ~/heap.after.bin.gz
77
+```
78
+
79
+Or start a more interactive exploration with an HTTP server (all fields accept
80
+the same parameters as the `graph` subcommand).
81
82
+```shell
83
+~/debug-heap$ uv run analyze_heap.py \
84
+ server \
85
86
```
87
88
Hopefully that will shed some light to why the leak is happening and how to fix
0 commit comments