Skip to content

Commit

Permalink
lower gunicorn memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Apr 30, 2024
1 parent 0014221 commit 8e50a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ galaxy_systemd_gunicorn_env: "{{ apollo_env }}"
galaxy_systemd_handler_env: "{{ galaxy_systemd_gunicorn_env }}"
galaxy_systemd_workflow_scheduler_env: "{{ galaxy_systemd_gunicorn_env }}"

galaxy_systemd_memory_limit: 40
galaxy_systemd_memory_limit: 25
galaxy_systemd_memory_limit_handler: 30
galaxy_systemd_memory_limit_workflow: 15

Expand Down

0 comments on commit 8e50a3d

Please sign in to comment.