Update to 2024-01-11 17:00

This commit is contained in:
Daniel Berteaud 2024-01-11 17:00:38 +01:00
parent eac93c132a
commit 9e01b5f657
2 changed files with 1 additions and 3 deletions

View File

@ -184,5 +184,4 @@ consul_host_catalog_services: {}
consul_catalog_services: "{{ consul_base_catalog_services | combine(consul_extra_catalog_services, recursive=True) | combine(consul_host_catalog_services, recursive=True) }}"
# Control memory of the service
consul_memory_high: 1024M
consul_memory_max: 1200M
consul_memory_max: 1024M

View File

@ -18,7 +18,6 @@ Restart=on-failure
RestartSec=5
StartLimitInterval=0
LimitNOFILE=65536
MemoryHigh={{ consul_memory_high }}
MemoryMax={{ consul_memory_max }}
[Install]