Skip to content

Commit

Permalink
Disable cpu-throttling
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Oct 7, 2024
1 parent 293798a commit a7011c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcp/cloud-run/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ spec:
annotations:
autoscaling.knative.dev/minScale: "1"
autoscaling.knative.dev/maxScale: "2"
run.googleapis.com/cpu-throttling: 'false'
run.googleapis.com/startup-cpu-boost: 'true'
spec:
containerConcurrency: 80
Expand All @@ -31,7 +32,7 @@ spec:
resources:
limits:
cpu: 1000m
memory: 256Mi
memory: 512Mi
startupProbe:
timeoutSeconds: 240
periodSeconds: 240
Expand Down

0 comments on commit a7011c8

Please sign in to comment.