Merge pull request #287 from filecoin-project/feat/miner-pprof
Add pprof server to storage miner
This commit is contained in:
commit
1faabad512
@ -3,6 +3,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
_ "net/http/pprof"
|
||||||
"os"
|
"os"
|
||||||
"os/signal"
|
"os/signal"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
Loading…
Reference in New Issue
Block a user