Created
April 24, 2022 09:59
-
-
Save yuri1969/37c1597a5be90f4eb03063643141387e to your computer and use it in GitHub Desktop.
Dev-related sysctl config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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