osbs: set ulimits for docker
This commit is contained in:
parent
2bb54719ba
commit
98fa8dc77d
1 changed files with 11 additions and 0 deletions
|
@ -193,3 +193,14 @@
|
|||
|
||||
- name: enable nrpe for monitoring (noc01)
|
||||
iptables: action=insert chain=INPUT destination_port=5666 protocol=tcp source=10.3.163.10 state=present jump=ACCEPT
|
||||
|
||||
- name: Set ulimit for docker
|
||||
copy:
|
||||
dest: /etc/systemd/system/docker.service.d/override.conf
|
||||
content: |
|
||||
[Service]
|
||||
LimitNOFILE=1048576
|
||||
notify: restart and reload docker service
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue