Skip to content

Commit

Permalink
Add user watches and instances snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Sep 26, 2024
1 parent 58bbdad commit 8a2cdd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/how-tos/nebari-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ Depending on your host system, you may need to increase the `fs.inotify.max_user
`fs.inotify.max_user_instances kernel parameters` if you see a `too many open files` in the logs of
a failing pod.

```bash
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl fs.inotify.max_user_instances=512
```

See the [kind troubleshooting
docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)

Expand Down

0 comments on commit 8a2cdd8

Please sign in to comment.