@cryptotaxi247 / kubo / commits / 2229bc43d

Remove conflict of names in the debugging guide

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed May 22, 2016 at 15:25 UTC 2229bc43d443f5b1f3da37e033faa5fe89a55aac
1 file changed +1 -1
debug-guide.md
+1 -1
@@ -19,7 +19,7 @@ profiling information.
19 - 30 second cpu profile
20 - `curl localhost:5001/debug/pprof/profile > ipfs.cpuprof`
21 - heap trace dump
22 - - `curl localhost:5001/debug/pprof/heap > ipfs.stacks`
22 + - `curl localhost:5001/debug/pprof/heap > ipfs.heap`
23 - system information
24 - `ipfs diag sys > ipfs.sysinfo`
25