0

This morning when running npm start, I get the error:

System limit for number of file watchers reached

Because /proc/sys/fs/inotify/max_user_watches has returned to its initial value (8192) (How to Increase max_user_watches)

I'm on a new React@17 project with MaterialUI & formik. This post show the commands I ran to get started.

By modifying max_user_watches to 81920 it's work. However I would like to lower the consumption of my CPU/RAM

**How to tell my project (react VSC) to be less greedy **

No Name
  • 20
  • 1
  • 2
  • Does this answer your question? [React Native Error: ENOSPC: System limit for number of file watchers reached](https://stackoverflow.com/questions/55763428/react-native-error-enospc-system-limit-for-number-of-file-watchers-reached) – SDP May 13 '22 at 14:30

0 Answers0