Skip to content

Instantly share code, notes, and snippets.

@yuri1969
Created April 24, 2022 09:59
Show Gist options
  • Save yuri1969/37c1597a5be90f4eb03063643141387e to your computer and use it in GitHub Desktop.
Save yuri1969/37c1597a5be90f4eb03063643141387e to your computer and use it in GitHub Desktop.
Dev-related sysctl config
# Increase watchers count
fs.inotify.max_user_watches=524288
# Increase count of FDs
fs.file-max=262144
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment