Skip to content

Commit

Permalink
Change CPU limit to avoid throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekka Lampila authored Nov 8, 2021
1 parent 54bdcc4 commit a833a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
APP_MIGRATE_COMMAND: /app/.prod/on_deploy.sh
K8S_REQUEST_CPU: 50m
K8S_REQUEST_RAM: 250Mi
K8S_LIMIT_CPU: 100m
K8S_LIMIT_CPU: 1000m
K8S_LIMIT_RAM: 350Mi
K8S_REPLICACOUNT: 2

Expand Down

0 comments on commit a833a91

Please sign in to comment.