Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
  • Loading branch information
SimonBrandner and jryans committed Nov 23, 2020
1 parent 80e5c22 commit 4c1752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4c1752e

Please sign in to comment.