Sukima22nd January 2025 at 4:50pm
For some reason ember with TypeScript uses a lot of inotify watchers.
Use this to adjust the max for the system:
echo fs.inotify.max_user_watches=1048576 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
Check your current max with:
cat /proc/sys/fs/inotify/max_user_watches