Skip to content

Commit 2f1a3d9

Browse files
v0y4g3rshuiyisong
andauthored
Update docs/how-to/how-to-profile-memory.md
Co-authored-by: shuiyisong <[email protected]>
1 parent a960193 commit 2f1a3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/how-to-profile-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ curl -X POST localhost:4000/debug/prof/mem/deactivate
7676
`curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'`
7777

7878
# Deactivate gdump.
79-
curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'
79+
curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=false'
8080

8181
# Retrieve current gdump status.
8282
curl -X GET localhost:4000/debug/prof/mem/gdump

0 commit comments

Comments
 (0)