aquaballoon

Copy app error

Jul 2nd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. 1) Create file /etc/sysctl.d/60-copy.conf
  2.  
  3. 2) Open that file and write:
  4.  
  5. fs.inotify.max_user_watches = 20000
  6. fs.file-max = 800000
  7. 3) Save the file and exit
  8.  
  9. 4) Go to the terminal and apply those settings by typing:
  10.  
  11. sudo sysctl -p /etc/sysctl.d/60-copy.conf
  12. 5) Launch the Copy app again and it should work.
Advertisement
Add Comment
Please, Sign In to add comment