Answers for "Error: ENOSPC: System limit for number of file watchers reached, watch '/"

5

Error: ENOSPC: System limit for number of file watchers reached,

Ubuntu

sudo gedit /etc/sysctl.conf

Add a line at the bottom

fs.inotify.max_user_watches=524288

Then save and exit!

sudo sysctl -p
Posted by: Guest on September-18-2020
2

Internal watch failed: ENOSPC: System limit for number of file watchers reached

echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Posted by: Guest on May-16-2020
0

System limit for number of file watchers reached,

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Posted by: Guest on November-24-2020

Code answers related to "Error: ENOSPC: System limit for number of file watchers reached, watch '/"

Browse Popular Code Answers by Language