Try to up inotify watches

This commit is contained in:
Adam Miskiewicz 2017-05-15 20:20:14 -07:00
parent 2b1081076b
commit 088ee9a6fe
No known key found for this signature in database
GPG Key ID: EC62EB11EB5E47ED

View File

@ -21,6 +21,7 @@ jobs:
# deploy expo playground demo # deploy expo playground demo
exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD" exp login -u "$EXPO_USERNAME" -p "$EXPO_PASSWORD"
echo fs.inotify.max_user_watches=524288 | tee -a /etc/sysctl.conf && sysctl -p
cd examples/NavigationPlayground && exp publish cd examples/NavigationPlayground && exp publish
fi fi
- save_cache: - save_cache: