kolla-ansible/releasenotes/notes/add_ulimit_support-35e8799f29a44d12.yaml
binhong.hua 3d3f5f1613 add ulimit support for kolla_docker
By default, docker containers inherit ulimit from limits of docker
deamon. On CentOS 7, docker daemon default NOFILE is 1048576.
It can found in /usr/lib/systemd/system/docker.service.
The big limit will cause many problem. we should control it in
production environment.

Change-Id: Iab962446a94ef092977728259d9818b86cfa7f68
2019-01-24 10:54:14 +08:00

6 lines
115 B
YAML

---
features:
- |
Add ulimit support for kolla_docker which provides ability
of modify docker ulimits。