We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadfced commit 5b11b6aCopy full SHA for 5b11b6a
README.md
@@ -26,13 +26,12 @@ target process:
26
27
```shell
28
curl -sSL \
29
- https://github.com/lhchavez/dump-heap/releases/download/v0.1.2/dump-heap \
+ https://github.com/lhchavez/dump-heap/releases/download/v0.1.10/dump-heap \
30
-o dump-heap && \
31
chmod +x dump-heap && \
32
sudo ./dump-heap \
33
- --output=/tmp/heap.bin \
34
- $(pidof python) && \
35
-gzip /tmp/heap.bin
+ --output=/tmp/heap.bin.gz \
+ $(pidof python)
36
```
37
38
Save the heap somewhere, wait several minutes / hours, and run it again. Then
0 commit comments