mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-18 14:17:30 +00:00
444 B
444 B
Error: watch ENOSPC
Linux systems can have a low limit of 'watchable files'. To increase this limit, follow the advice in this StackOverflow answer.
Error: EMFILE: too many open files
You'll need to increase the ulimit maximum for your system: here's a StackOverflow issue explaining how.