Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 139 Bytes

file-limit.md

File metadata and controls

6 lines (5 loc) · 139 Bytes

How to enable file watcher limit in Linux

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