Skip to content

Commit

Permalink
Merge pull request #429 from stitchfix/increase_cpu_max
Browse files Browse the repository at this point in the history
Update models.go
  • Loading branch information
oz-r authored Nov 8, 2022
2 parents 0068468 + 7a44067 commit 9d103bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var DefaultTaskType = "task"

var MinCPU = int64(256)

var MaxCPU = int64(32000)
var MaxCPU = int64(64000)

var MinMem = int64(512)

Expand Down

0 comments on commit 9d103bb

Please sign in to comment.