Skip to content

Instantly share code, notes, and snippets.

@alvarmaciel
Created March 21, 2014 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvarmaciel/9687561 to your computer and use it in GitHub Desktop.
Save alvarmaciel/9687561 to your computer and use it in GitHub Desktop.
Dropbox Error Sysctl en ARCH

Agregar parametro para que dropbox no moleste

  1. crear y editar /etc/sysctl.d/99-sysctl.conf

  2. agregar una línea con fs.inotify.max_user_watches=100000

  3. ejecutar

     # sysctl -p /etc/sysctl.d/99-sysctl.conf
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment