Got ENOSPC error

Hello there,

Could you try running this in a script step somewhere at the beginning of the build?

# Increase watchers
sudo sysctl fs.inotify.max_user_watches=524288
sudo sysctl -p
echo "Increased watchers"
1 Like