ITOPSENG-283 more debug

This commit is contained in:
Geoff Jacobs
2019-10-30 11:21:34 +11:00
parent 5032371fed
commit 7d90e8b65a
2 changed files with 1 additions and 3 deletions

View File

@@ -11,7 +11,6 @@
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
line: '\1Xms${atl_jvm_heap}\3'
backrefs: yes
verbosity: 4
- name: Set the maxmimum heap size (Xmx)
lineinfile:
@@ -19,7 +18,6 @@
regexp: '^(.*)Xmx(\\d+\\w)(\\s.*)$'
line: '\1Xmx${atl_jvm_heap}\3'
backrefs: yes
verbosity: 4
- name: Set Crowd home directory in crowd-init.properties file
lineinfile: