Skip to content

Commit

Permalink
Add m6in machines to node_props (#35)
Browse files Browse the repository at this point in the history
* .

* .
  • Loading branch information
ebeaty-cisco authored Jan 28, 2025
1 parent 11de670 commit 80770f9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions modules/aws/node-props/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,27 @@ locals {
}

"m5.24xlarge" = {
cpuset = "12-23"
cpuset = "7-23"
hugepages_gb = 6
}

"m5n.24xlarge" = {
cpuset = "12-23"
cpuset = "7-23"
hugepages_gb = 6
}

"m6in.16xlarge" = {
cpuset = "15-31"
hugepages_gb = 6
}

"m6in.24xlarge" = {
cpuset = "7-23"
hugepages_gb = 6
}

"m6in.32xlarge" = {
cpuset = "15-31"
hugepages_gb = 6
}
}
Expand Down

0 comments on commit 80770f9

Please sign in to comment.