-
Notifications
You must be signed in to change notification settings - Fork 36
Troubleshooting
Eli Knebel edited this page Feb 20, 2021
·
1 revision
If you see the following error in the logs:
oli_app | Error from chokidar ... Error: ENOSPC: System limit for number of file watchers reached, watch ...
You should increase your host system's inotify max_user_watches using the following commands:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
# verify the change
sudo sysctl -p