DCD-1020: Move JRE home & binary location to group-vars.

This commit is contained in:
Steve Smith
2020-08-21 11:05:42 +10:00
parent 1d86a0ddb9
commit a912ac5044
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,5 @@
# FIXME: Add others as map?
atl_synchrony_cluster_type: "aws"
atl_synchrony_java_binary: "{{ 'java' if atl_use_system_jdk else (atl_product_installation_current + '/jre/bin/java') }}"
atl_synchrony_memory: "{{ lookup('env', 'ATL_SYNCHRONY_MEMORY') or '-Xmx2g' }}"
atl_synchrony_stack_space: "{{ lookup('env', 'ATL_SYNCHRONY_STACK_SPACE') or '-Xss2048k' }}"