From e17fc950b3d18a5a59eb5106a73930643484781c Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Sat, 5 Oct 2019 10:08:55 -0600 Subject: [PATCH] Add pprof server to storage miner --- cmd/lotus-storage-miner/run.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/lotus-storage-miner/run.go b/cmd/lotus-storage-miner/run.go index 360532cad..a2e50f520 100644 --- a/cmd/lotus-storage-miner/run.go +++ b/cmd/lotus-storage-miner/run.go @@ -3,6 +3,7 @@ package main import ( "context" "net/http" + _ "net/http/pprof" "os" "os/signal" "syscall"