mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
ITOPSENG-283 fixing typo and adding debug
This commit is contained in:
@@ -11,13 +11,15 @@
|
|||||||
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
||||||
line: '\1Xms${atl_jvm_heap}\3'
|
line: '\1Xms${atl_jvm_heap}\3'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
|
verbosity: 4
|
||||||
|
|
||||||
- name: Set the maxmimum heap size (Xmx)
|
- name: Set the maxmimum heap size (Xmx)
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: "{{ atl_product_installation_versioned }}/apache-tomcat/bin/setenv.sh"
|
path: "{{ atl_product_installation_versioned }}/apache-tomcat/bin/setenv.sh"
|
||||||
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
|
||||||
line: '\1Xmx${xms}m\3'
|
line: '\1Xmx${atl_jvm_heap}\3'
|
||||||
backrefs: yes
|
backrefs: yes
|
||||||
|
verbosity: 4
|
||||||
|
|
||||||
- name: Set Crowd home directory in crowd-init.properties file
|
- name: Set Crowd home directory in crowd-init.properties file
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|||||||
Reference in New Issue
Block a user