Skip to content

Instantly share code, notes, and snippets.

@amshinde
Created October 31, 2018 23:24
Show Gist options
  • Select an option

  • Save amshinde/66f0eb460206a782046d4ff2690f8f52 to your computer and use it in GitHub Desktop.

Select an option

Save amshinde/66f0eb460206a782046d4ff2690f8f52 to your computer and use it in GitHub Desktop.

Failed to add inotify watch : no space left on disk

This is due to the inotify watch limit being hit. cat /proc/sys/fs/inotify/max_user_watches

sudo sysctl fs.inotify.max_user_watches=524288

or edit /etc/sysctl.conf followed by sysctl -p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment