We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f8576 commit d978063Copy full SHA for d978063
users/faq-parts/usage.rst
@@ -253,7 +253,7 @@ On many Linux distributions you can run the following to fix it::
253
On Arch Linux and potentially others it is preferred to write this line into a
254
separate file, i.e. you should run::
255
256
- echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-override.conf
+ echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-inotify-max-user-watches.conf
257
258
This only takes effect after a reboot. To adjust the limit immediately, run::
259
0 commit comments