mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2024-01-11 17:00
This commit is contained in:
@@ -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
|
||||
|
@@ -18,7 +18,6 @@ Restart=on-failure
|
||||
RestartSec=5
|
||||
StartLimitInterval=0
|
||||
LimitNOFILE=65536
|
||||
MemoryHigh={{ consul_memory_high }}
|
||||
MemoryMax={{ consul_memory_max }}
|
||||
|
||||
[Install]
|
||||
|
Reference in New Issue
Block a user