commit | 9128d2c55f94c264ae198209b71ebae9c2a1e8ed | [log] [tgz] |
---|---|---|
author | Filip Pytloun <fpytloun@mirantis.com> | Fri May 26 15:00:31 2017 +0000 |
committer | Gerrit Code Review <gerrit2@5776b83a74fe> | Fri May 26 15:00:33 2017 +0000 |
tree | 0106a4eb93f6c7d1ae29444f92a3dbbce96015a6 | |
parent | aba92f2a93aeaa91484184dcfba930186bcb249f [diff] | |
parent | c7920132d54782eb958f8099c19271aa9ecbb404 [diff] |
Merge "Configure default security limits in systemd."
diff --git a/linux/system/single.yml b/linux/system/single.yml index 2c538f5..ef23a39 100644 --- a/linux/system/single.yml +++ b/linux/system/single.yml
@@ -57,3 +57,8 @@ - type: hard item: nproc value: 307200 + systemd: + system: + Manager: + DefaultLimitNOFILE: 307200 + DefaultLimitNPROC: 307200