Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Metro Bundler ready. ERROR ENOSPC: System limit for number of file watchers reached, watch

Metro Bundler ready.

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

like image 459
Mahendra Pratap Avatar asked Feb 05 '19 10:02

Mahendra Pratap


1 Answers

I have solved it by running following command.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

then

sysctl --system
like image 57
Mahendra Pratap Avatar answered Oct 21 '22 03:10

Mahendra Pratap