Skip to content

Commit

Permalink
feat(hatchery:marathon): increase cpu limitation for marathon contain…
Browse files Browse the repository at this point in the history
…ers (#4458)
  • Loading branch information
richardlt authored and bnjjj committed Jul 16, 2019
1 parent 5669676 commit 99fa488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/hatchery/marathon/marathon.go
Expand Up @@ -324,7 +324,7 @@ func (h *HatcheryMarathon) SpawnWorker(ctx context.Context, spawnArgs hatchery.S
Type: "DOCKER",
},
Env: &envsWm,
CPUs: 0.5,
CPUs: 2,
Instances: &instance,
Mem: &mem,
Labels: &h.marathonLabels,
Expand Down

0 comments on commit 99fa488

Please sign in to comment.