Skip to content

Commit

Permalink
fix: 🐛 add cpu for the first-rows worker (#452)
Browse files Browse the repository at this point in the history
we had a lot of alerts "CPUThrottlingHigh", eg "43.1% throttling of
CPU".
  • Loading branch information
severo authored Jul 22, 2022
1 parent 94de319 commit 080b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/charts/datasets-server/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ worker:
cpu: 1
memory: "8Gi"
limits:
cpu: 1
cpu: 2
memory: "30Gi"

# Log level
Expand Down

0 comments on commit 080b5d8

Please sign in to comment.