Skip to content

Commit

Permalink
32, 64 and 128 are valid cpu values under certain conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
dangra committed Jan 8, 2025
1 parent 1d86052 commit c555ebf
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 c555ebf

Please sign in to comment.