Error: ENOSPC: System limit for number of file watchers reached
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
# that modifies the file watch limit to max 524,288 which consume approx. 512MB Ram for 64bit.
# reduce that number to consume less memory.
# to see if that did it run
cat /proc/sys/fs/inotify/max_user_watches
# you should see
fs.inotify.max_user_watches=524288
Also in Shell:
- npx create-react-app not working
- how to add application to unity launcher
- how to check installed apps in ubuntu
- shell set environment variable
- julia install linux
- github check local branches
- display folder of path linux bashrc
- install csv
- how to kill suspended jobs
- github compare commits
- cordova ios emulators
- how to remove unnecessary packages in linux
- nvcc not working after installing cuda
- find out a branch a parent branch git
- ping a port linux
- shell get location of function
- hyper-v powershell add scsi DVD
- install snap change in progress ubuntu
- unzip a tar.gz file in linux
- git merge pushed commits
- install pipenv on kali linux
- git diff show only files
- git effacer banch
- ubuntu terminal find file recursive