Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heejin-github authored Apr 6, 2023
1 parent a4a571b commit af6a1c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,11 @@ Usage of node_governance_alarm:
-voterAddr string
Need to voter address (default "address")
```

## TroubleShooting
1. Encountered issue related with `Device or Resource Busy` or `Too many open files` error.
- Check your open file limit and recommended to increase it.
```
$ ulimit -n
1000000
```

0 comments on commit af6a1c7

Please sign in to comment.