Skip to content

Commit d978063

Browse files
authored
chore(faq): suggest a more descriptive name for sysctl.d conf file (#990)
Suggest a more descriptive name for the file overriding fs.inotify.max_user_watches parameter.
1 parent 32f8576 commit d978063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

users/faq-parts/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ On many Linux distributions you can run the following to fix it::
253253
On Arch Linux and potentially others it is preferred to write this line into a
254254
separate file, i.e. you should run::
255255

256-
echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-override.conf
256+
echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-inotify-max-user-watches.conf
257257

258258
This only takes effect after a reboot. To adjust the limit immediately, run::
259259

0 commit comments

Comments
 (0)