3d3f5f1613
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
6 lines
115 B
YAML
6 lines
115 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ulimit support for kolla_docker which provides ability
|
|
of modify docker ulimits。
|