mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
8 lines
241 B
YAML
8 lines
241 B
YAML
---
|
|
|
|
# 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' }}"
|