Proc requires super user permissions on Linux.

This commit is contained in:
Jordon Bedwell
2014-09-09 20:36:40 -05:00
parent b0c17aa98f
commit 5a64b09924

View File

@@ -88,7 +88,7 @@ this is the reason for this error you can issue
and restart Atom. If Atom now works fine, you can make this setting permanent:
```sh
echo 32768 > /proc/sys/fs/inotify/max_user_watches
echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
```
See also https://github.com/atom/atom/issues/2082.