Created
February 3, 2017 19:30
-
-
Save jamesbeedy/362701f1ecbbabb04205955ed75df9e3 to your computer and use it in GitHub Desktop.
lxd_production_security_limits.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 nofile 1048576 | |
| * hard nofile 1048576 | |
| root soft nofile 1048576 | |
| root soft nofile 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