Skip to content

Commit

Permalink
docs: remove the manually killall
Browse files Browse the repository at this point in the history
it's not needed as we fixed the killing process issue with psutil
  • Loading branch information
wey-gu authored Jan 16, 2024
1 parent b263aaa commit 9d4897b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,4 @@ pip3 uninstall nebulagraph-lite udocker
rm -rf ~/.udocker
```

- Step 4, kill the left processes, in case of any.

```bash
ss -plunt | grep "9559\|9669\|9779"
# if any, kill them with killall or other tools

killall -9 nebula-graphd
killall -9 nebula-storaged
killall -9 nebula-metad
```


</details>

0 comments on commit 9d4897b

Please sign in to comment.