Skip to content

Commit

Permalink
Merge c555ebf into f7fbdd8
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra authored Jan 8, 2025
2 parents f7fbdd8 + c555ebf commit 7e1d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/machine/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

var cpusPerKind = map[string][]int{
"shared": {1, 2, 4, 6, 8},
"performance": {1, 2, 4, 6, 8, 10, 12, 14, 16},
"performance": {1, 2, 4, 6, 8, 10, 12, 14, 16, 32, 64, 128},
}

func Update(ctx context.Context, m *fly.Machine, input *fly.LaunchMachineInput) error {
Expand Down

0 comments on commit 7e1d0ae

Please sign in to comment.