Skip to content

Commit

Permalink
Thanks for fixing this @phooijenga . And oops, I'll fix that thallgre…
Browse files Browse the repository at this point in the history
…n link promptly.Merge pull request #3765 from phooijenga/fix-troubleshooting-typo

Fix typo in troubleshooting command
  • Loading branch information
thallgren authored Jan 8, 2025
2 parents a21edc7 + f2ba084 commit 80cf8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ for Telepresence to connect to your cluster.
## `too many files open` error when running `telepresence connect` on Linux
If `telepresence connect` on linux fails with a message in the logs `too many files open`, then check if `fs.inotify.max_user_instances` is set too low. Check the current settings with `sysctl fs.notify.max_user_instances` and increase it temporarily with `sudo sysctl -w fs.inotify.max_user_instances=512`. For more information about permanently increasing it see [Kernel inotify watch limit reached](https://unix.stackexchange.com/a/13757/514457).
If `telepresence connect` on linux fails with a message in the logs `too many files open`, then check if `fs.inotify.max_user_instances` is set too low. Check the current settings with `sysctl fs.inotify.max_user_instances` and increase it temporarily with `sudo sysctl -w fs.inotify.max_user_instances=512`. For more information about permanently increasing it see [Kernel inotify watch limit reached](https://unix.stackexchange.com/a/13757/514457).

0 comments on commit 80cf8d3

Please sign in to comment.