Update to 2024-01-10 10:00

This commit is contained in:
Daniel Berteaud 2024-01-10 10:00:38 +01:00
parent 76321453c4
commit eac93c132a
2 changed files with 6 additions and 0 deletions

View File

@ -182,3 +182,7 @@ consul_base_catalog_services: {}
consul_extra_catalog_services: {}
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

View File

@ -18,6 +18,8 @@ Restart=on-failure
RestartSec=5
StartLimitInterval=0
LimitNOFILE=65536
MemoryHigh={{ consul_memory_high }}
MemoryMax={{ consul_memory_max }}
[Install]
WantedBy=multi-user.target