Skip to content

Commit 5b11b6a

Browse files
authored
Update the version of dump-heap in the README.md
1 parent fadfced commit 5b11b6a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ target process:
2626

2727
```shell
2828
curl -sSL \
29-
https://github.com/lhchavez/dump-heap/releases/download/v0.1.2/dump-heap \
29+
https://github.com/lhchavez/dump-heap/releases/download/v0.1.10/dump-heap \
3030
-o dump-heap && \
3131
chmod +x dump-heap && \
3232
sudo ./dump-heap \
33-
--output=/tmp/heap.bin \
34-
$(pidof python) && \
35-
gzip /tmp/heap.bin
33+
--output=/tmp/heap.bin.gz \
34+
$(pidof python)
3635
```
3736

3837
Save the heap somewhere, wait several minutes / hours, and run it again. Then

0 commit comments

Comments
 (0)