Skip to content

Commit

Permalink
chore: updated README about OS limits during local development
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukili committed Jan 17, 2021
1 parent c5e8abe commit bbf6e11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -328,6 +328,10 @@ docker pull ghcr.io/dexidp/dex:v2.27.0
docker pull redis:5.0.10-alpine
```

#### Troubleshooting during local development

* **"too many open files":** Running all acceptance tests in parallel (the default) may open a lot of files and sockets, therefore ensure your local workstation [open files/sockets limits are tuned accordingly](https://k6.io/docs/misc/fine-tuning-os).

---

## Credits
Expand Down

0 comments on commit bbf6e11

Please sign in to comment.