DCD-352: First cut of a synchrony startup script.

This commit is contained in:
Steve Smith
2019-05-28 14:06:45 +10:00
parent de9453b8ca
commit b23a2a40d8
8 changed files with 171 additions and 1 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'"