DCD-386: Convert Synchrony startup to new general systemd role.

This commit is contained in:
Steve Smith
2019-05-31 10:57:24 +10:00
parent 9e2eb50a6b
commit 8218547021
7 changed files with 10 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
---
# FIXME: Add others as map?
atl_synchrony_cluster_type: "aws"
atl_synchrony_memory: "{{ lookup('env', 'ATL_SYNCHRONY_MEMORY') or '-Xmx2g' }}"
atl_synchrony_stack_space: "{{ lookup('env', 'ATL_SYNCHRONY_STACK_SPACE') or '-Xss2048k' }}"