websocket-docker-example icon indicating copy to clipboard operation
websocket-docker-example copied to clipboard

Error: watch /code/node_modules/caniuse-lite/data/features/videotracks.js ENOSPC at FSWatcher.start

Open charytecholution opened this issue 5 years ago • 0 comments

Hi, I have deployed this application on gke cluster.

when i run with single pods, all the apps are working fine but when i scale the api pod to two pods, its crashing with the below error.

Error: watch /code/node_modules/caniuse-lite/data/features/videotracks.js ENOSPC at FSWatcher.start (fs.js:1382:19) at Object.fs.watch (fs.js:1408:11) at createFsWatchInstance (/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs-handler.js:38:15) at setFsWatchListener (/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs-handler.js:81:15) at FSWatcher.NodeFsHandler._watchWithNodeFs (/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs-handler.js:233:14) at FSWatcher.NodeFsHandler._handleFile (/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs-handler.js:262:21) at FSWatcher. (/usr/local/lib/node_modules/forever/node_modules/chokidar/lib/nodefs-handler.js:495:21) at FSReqWrap.oncomplete (fs.js:153:5)

Could you help me to fix this issue? or Confirm me is there any limitations with regards to websocket?

charytecholution avatar Aug 28 '20 16:08 charytecholution