Skip to content

Commit

Permalink
Merge branch 'story_10801_small_ansible_fixes' into 'develop'
Browse files Browse the repository at this point in the history
Story #10801: Small fixes for Ansible.

See merge request vitam/vitam!9421

(cherry picked from commit 8e63a84)

5f69e79 Story #10801: Small fixes for Ansible.
  • Loading branch information
GiooDev committed Jan 19, 2023
1 parent 69d7732 commit a9acb18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: start scheduling jobs
uri:
url: "http://{{ vitam.scheduler.host }}:{{ vitam.scheduler.port_admin }}/scheduler/v1/resume/ALL"
url: "http://{{ ip_admin }}:{{ vitam.scheduler.port_admin }}/scheduler/v1/resume/ALL"
method: PUT
status_code: 202
run_once: true
Expand Down
15 changes: 15 additions & 0 deletions deployment/environments/group_vars/all/main/jvm_opts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,18 @@ vitam:
memory: "-Xms32m -Xmx128m"
# gc: ""
# java: ""
collect:
jvm_opts:
# memory: "-Xms512m -Xmx512m"
# gc: ""
# java: ""
metadata_collect:
jvm_opts:
# memory: "-Xms512m -Xmx512m"
# gc: ""
# java: ""
workspace_collect:
jvm_opts:
# memory: "-Xms512m -Xmx512m"
# gc: ""
# java: ""

0 comments on commit a9acb18

Please sign in to comment.