Merge pull request #3508 from envygeeks/patch-2

Proc requires super user permissions on Linux.
This commit is contained in:
Kevin Sawicki
2014-09-09 18:45:50 -07:00

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.