Skip to content

Commit

Permalink
QAM: Increase RAM in controller
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios committed Nov 20, 2020
1 parent 954d3be commit 660b748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-4.0-qam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ module "controller" {
name = "ctl"
provider_settings = {
mac = "aa:b2:92:b2:cf:9b"
memory = 16384
memory = 24576
vcpu = 8
}
swap_file_size = null
Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-4.1-qam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ module "controller" {
name = "ctl"
provider_settings = {
mac = "aa:b2:92:ba:9d:ad"
memory = 16384
memory = 24576
vcpu = 8
}
swap_file_size = null
Expand Down

0 comments on commit 660b748

Please sign in to comment.