mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Cleanup
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
80e5c22065
commit
4c1752e18c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue