Update to 2024-02-21 11:00

This commit is contained in:
Daniel Berteaud
2024-02-21 11:00:50 +01:00
parent 9e01b5f657
commit 591a80926b
20 changed files with 38 additions and 34 deletions

View File

@@ -185,3 +185,4 @@ consul_catalog_services: "{{ consul_base_catalog_services | combine(consul_extra
# Control memory of the service
consul_memory_max: 1024M
consul_swap_max: 10M

View File

@@ -19,6 +19,7 @@ RestartSec=5
StartLimitInterval=0
LimitNOFILE=65536
MemoryMax={{ consul_memory_max }}
MemorySwapMax={{ consul_swap_max }}
[Install]
WantedBy=multi-user.target