We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a960193 commit 2f1a3d9Copy full SHA for 2f1a3d9
docs/how-to/how-to-profile-memory.md
@@ -76,7 +76,7 @@ curl -X POST localhost:4000/debug/prof/mem/deactivate
76
`curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'`
77
78
# Deactivate gdump.
79
-curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'
+curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=false'
80
81
# Retrieve current gdump status.
82
curl -X GET localhost:4000/debug/prof/mem/gdump
0 commit comments