-
-
Save ogmkp/18d11417d9a67ea758be5aa9be4d457c to your computer and use it in GitHub Desktop.
HLS Tunning limit.conf
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
| * soft nproc 1048576 | |
| * hard nproc 1048576 | |
| * soft nofile 1048576 | |
| * hard nofile 1048576 | |
| * soft stack 1048576 | |
| * hard stack 1048576 | |
| * soft memlock unlimited | |
| * hard memlock unlimited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment