Skip to content

Commit

Permalink
Increased aggregator mem limits due to OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed Jul 23, 2022
1 parent 6590adb commit 7640c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
-e 's|{{ request_cpu }}|400m|' \
-e 's|{{ request_mem }}|0.25Gi|' \
-e 's|{{ limit_cpu }}|1200m|' \
-e 's|{{ limit_mem }}|0.25Gi|' \
-e 's|{{ limit_mem }}|0.5Gi|' \
provisioning/k8s/application-pc.yml
- name: Update the K8s application resource file (PS4EU)
Expand Down

0 comments on commit 7640c76

Please sign in to comment.