Skip to content

Commit

Permalink
Merge pull request #1192 from mira-miracoli/lower-gunicorn-limit
Browse files Browse the repository at this point in the history
lower gunicorn memory limit
  • Loading branch information
mira-miracoli authored Apr 30, 2024
2 parents cf1d115 + 8e50a3d commit a82a691
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 a82a691

Please sign in to comment.