Skip to content

Commit

Permalink
Change contributors.md: note on file descriptors limit (#356)
Browse files Browse the repository at this point in the history
* Change contributors.md: note on file descriptors limit

* Typo fix

* Use a better link. Increase further the number of fd. Say it works with new versions of OSx too.
  • Loading branch information
kennethkenneth authored Aug 12, 2019
1 parent 2dff061 commit 3413b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ To check the project builds succesfully, run the following command:
bazel build ...
```

_Note: If you are running Bazel on a **Mac**, `bazel build...` may fail with a `Too many open files in system` error. This is [due to a limitation](https://github.com/angular/angular-bazel-example/issues/178) on the default maximum open file descriptors. On OS X Sierra or newer the limit can be increased with `sudo sysctl -w kern.maxfiles=20480`._

### Test

To test the project, run the following command:
Expand Down

0 comments on commit 3413b8d

Please sign in to comment.