Skip to content

Commit

Permalink
more memory required for compiling jsp's (#44)
Browse files Browse the repository at this point in the history
* more memory required for compiling jsp's

* update test to match mem change
  • Loading branch information
salob authored Apr 12, 2023
1 parent 2f153d2 commit b5c449a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/__websphere-v90/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- name: Check that JspBatchCompiler has been patched
assert:
that:
- "{{ '-Xmx1024m' in (jsp_compiler_sh['content'] | b64decode) }}"
- "{{ '-Xmx1600m' in (jsp_compiler_sh['content'] | b64decode) }}"

- name: Check that environment file has been created correctly
assert:
Expand Down
2 changes: 1 addition & 1 deletion roles/websphere/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
replace:
path: "{{ websphere_install_path }}/bin/JspBatchCompiler.sh"
regexp: "-Xmx256m"
replace: "-Xmx1024m"
replace: "-Xmx1600m"
mode: 0755

0 comments on commit b5c449a

Please sign in to comment.