Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
pull/15795/head
Šimon Brandner 2020-11-23 18:36:20 +01:00 committed by GitHub
parent 80e5c22065
commit 4c1752e18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ sudo sysctl -p
If you wish, you can make the new limits permanent, by executing:
```
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
echo fs.inotify.max_user_watches=131072 | sudo tee -a /etc/sysctl.conf
echo fs.inotify.max_user_instances=512 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
```