Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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

sudo sysctl -w fs.inotify.max_user_watches=524288
#or
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #System #limit #number #file #watchers #watch
ADD COMMENT
Topic
Name
1+7 =