Skip to content

Commit

Permalink
fix: 🐛 increase cpu limit for split worker, and reduce per ds (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Jul 22, 2022
1 parent 080b5d8 commit 21804f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/charts/datasets-server/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ worker:
# Log level
logLevel: "DEBUG"
# Maximum number of jobs running at the same time for the same dataset
maxJobsPerDataset: 5
maxJobsPerDataset: 3

splits:
replicas: 10
Expand All @@ -164,13 +164,13 @@ worker:
cpu: 1
memory: "8Gi"
limits:
cpu: 1
cpu: 2
memory: "30Gi"

# Log level
logLevel: "DEBUG"
# Maximum number of jobs running at the same time for the same dataset
maxJobsPerDataset: 5
maxJobsPerDataset: 3

admin:
replicas: 1
Expand Down

0 comments on commit 21804f7

Please sign in to comment.