Add ETCD_QUOTA_BACKEND_BYTES environment variable

This commit is contained in:
Vasilis Remmas
2018-08-04 13:56:25 +02:00
parent dd55458315
commit b61eb7d7f3
4 changed files with 13 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ etcd_extra_vars: {}
# Limit memory only if <4GB memory on host. 0=unlimited
etcd_memory_limit: "{% if ansible_memtotal_mb < 4096 %}512M{% else %}0{% endif %}"
# etcd_quota_backend_bytes: "2G"
# Uncomment to set CPU share for etcd
# etcd_cpu_limit: 300m