Skip to content

Commit 8a2cdd8

Browse files
committed
Add user watches and instances snippet
1 parent 58bbdad commit 8a2cdd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/how-tos/nebari-local.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ Depending on your host system, you may need to increase the `fs.inotify.max_user
165165
`fs.inotify.max_user_instances kernel parameters` if you see a `too many open files` in the logs of
166166
a failing pod.
167167

168+
```bash
169+
sudo sysctl fs.inotify.max_user_watches=524288
170+
sudo sysctl fs.inotify.max_user_instances=512
171+
```
172+
168173
See the [kind troubleshooting
169174
docs](https://kind.sigs.k8s.io/docs/user/known-issues/#pod-errors-due-to-too-many-open-files)
170175

0 commit comments

Comments
 (0)