Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console - brunch build --production fails with "watch vendor ENOSPC" #1964

Closed
fvanderbiest opened this issue Mar 27, 2018 · 0 comments
Closed
Labels

Comments

@fvanderbiest
Copy link
Member

error: watch vendor ENOSPC
  at _errnoException (util.js:1022:11)
  at FSWatcher.start (fs.js:1374:19)
  at Object.fs.watch (fs.js:1400:11)
  at createFsWatchInstance (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:37:15)
  at setFsWatchListener (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:74:15)
  at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:228:14)
  at FSWatcher.NodeFsHandler._handleDir (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:407:19)
  at FSWatcher.<anonymous> (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:455:19)
  at FSWatcher.<anonymous> (/home/c2c/workspace/georchestra/console/src/main/webapp/console/node_modules/chokidar/lib/nodefs-handler.js:460:16)
  at FSReqWrap.oncomplete (fs.js:153:5)

workaround found on jestjs/jest#3254 (comment):

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
@fvanderbiest fvanderbiest added this to To do in DataGrandEst via automation Mar 27, 2018
DataGrandEst automation moved this from To do to Done Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
DataGrandEst
  
Done
Development

No branches or pull requests

1 participant