From 2229bc43d443f5b1f3da37e033faa5fe89a55aac Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sun, 22 May 2016 15:25:59 +0200 Subject: [PATCH] Remove conflict of names in the debugging guide License: MIT Signed-off-by: Jakub Sztandera --- debug-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug-guide.md b/debug-guide.md index 239ba1e0a86..9bd95ec550d 100644 --- a/debug-guide.md +++ b/debug-guide.md @@ -19,7 +19,7 @@ profiling information. - 30 second cpu profile - `curl localhost:5001/debug/pprof/profile > ipfs.cpuprof` - heap trace dump - - `curl localhost:5001/debug/pprof/heap > ipfs.stacks` + - `curl localhost:5001/debug/pprof/heap > ipfs.heap` - system information - `ipfs diag sys > ipfs.sysinfo`