Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 358 Bytes

Recommendations.md

File metadata and controls

16 lines (10 loc) · 358 Bytes

whiskers-kotlin-native

Recommendations for:

1. Linux

echo fs.inotify.max_user_watches=33554432 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
cat /proc/sys/fs/inotify/max_user_watches

More info on: jeorg-cloud-testdrives @ ubuntu

2. Mac-OS

Coming soon...