mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
Update to 2024-01-10 10:00
This commit is contained in:
parent
76321453c4
commit
eac93c132a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user