Error: watch /code/node_modules/caniuse-lite/data/features/videotracks.js ENOSPC at FSWatcher.start
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.
Could you help me to fix this issue? or Confirm me is there any limitations with regards to websocket?