Skip to content

Commit

Permalink
Add troubleshoot section (#210)
Browse files Browse the repository at this point in the history
* add-troubleshoot-section

* update to 10000

* fix check option
  • Loading branch information
shrimalmadhur authored Jan 7, 2021
1 parent 8482a20 commit 23e6daf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
rosetta-cli
bin/

# Intellij setting
.idea/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,15 @@ pkg
tester // test orchestrators
```

## Troubleshoot
* While running `check:data` or `check:construction` option if you get the following error:

```dial tcp 127.0.0.1:8080: socket: too many open files: unable to sync to 1902533: unable to sync to 1902533```

Please run `ulimit -n 10000` to increase the max concurrent opened file limit

_Note: MacOS users, if you face `ulimit: setrlimit failed: invalid argument` error while setting `ulimit`, please run `sudo launchctl limit maxfiles 10000 200000` before setting the `ulimit`_

## License
This project is available open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/Apache-2.0).

Expand Down

0 comments on commit 23e6daf

Please sign in to comment.