mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_developers/devguide.md
Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
parent
b1c04e87c5
commit
7478771bbd
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ geth -port=30302 -verbosity 5 --pprof --pprofport 6062 2>> /tmp/02.glog
|
|||
```
|
||||
|
||||
Alternatively if you want to kill the clients (in case they hang or stalled syncing, etc)
|
||||
but have the stacktrace too, you can use the `-QUIT` signal with `kill`:
|
||||
and have the stacktrace too, you can use the `-QUIT` signal with `kill`:
|
||||
|
||||
```
|
||||
killall -QUIT geth
|
||||
|
|
|
|||
Loading…
Reference in a new issue