Created
March 25, 2017 19:12
-
-
Save cdgraff/67750d2b68f067d2ac63827b6e8671bf to your computer and use it in GitHub Desktop.
HLS Tunning limit.conf
This file contains 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