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 2d5171b commit 7328810Copy full SHA for 7328810
docs/how-to/how-to-profile-memory.md
@@ -73,7 +73,7 @@ curl -X POST localhost:4000/debug/prof/mem/activate
73
curl -X POST localhost:4000/debug/prof/mem/deactivate
74
75
# Activate gdump feature that dumps memory profiling data every time virtual memory usage exceeds previous maximum value.
76
-`curl -X POST localhost:4000/debug/prof/mem/gdump -d 'activate=true'`
+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=false'
0 commit comments