Is your feature request related to a problem? Please describe.
When starting a react app, an error is displayed: : Error: ENOSPC: System limit for number of file watchers reached, .
Intellij also requires a higher limit
Describe the solution you'd like
During the initial setup, a file file-watchers.conf is created at /etc/sysctl.d/ with
fs.inotify.max_user_watches = 524288
setting the limit to a higher value.
Is your feature request related to a problem? Please describe.
When starting a react app, an error is displayed:
: Error: ENOSPC: System limit for number of file watchers reached,.Intellij also requires a higher limit
Describe the solution you'd like
During the initial setup, a file
file-watchers.confis created at /etc/sysctl.d/ withfs.inotify.max_user_watches = 524288setting the limit to a higher value.