-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve advice around fs.inotify.max_user_watches #237
Conversation
Also explain the implications of the increase. Fixes #236
@gregvanl let me know if wording looks good. |
|
||
``` | ||
fs.inotify.max_user_watches=524288 | ||
``` | ||
|
||
The new value can then be loaded in by running `sudo sysctl -p`. | ||
The new value can then be loaded in by running `sudo sysctl -p`. Note that ArchLinux works a little different, [view this page for advice](https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Note that ArchLinux works a little differently, "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍎 works a little different
Thanks Dan for writing this up. I just add a few suggestions. |
Cheers :) |
Improve advice around fs.inotify.max_user_watches
Do you think we should link to https://www.archlinux.org? |
May as well, I notice it's also stylized as "Arch Linux". I'll fix that up. |
Cool, nice to link people directly instead of them having to type in search if they aren't familiar with a technology. |
Fixes #235, #236