Skip to content

Commit 660b748

Browse files
committed
QAM: Increase RAM in controller
1 parent 954d3be commit 660b748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terracumber_config/tf_files/SUSEManager-4.0-qam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ module "controller" {
812812
name = "ctl"
813813
provider_settings = {
814814
mac = "aa:b2:92:b2:cf:9b"
815-
memory = 16384
815+
memory = 24576
816816
vcpu = 8
817817
}
818818
swap_file_size = null

terracumber_config/tf_files/SUSEManager-4.1-qam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ module "controller" {
810810
name = "ctl"
811811
provider_settings = {
812812
mac = "aa:b2:92:ba:9d:ad"
813-
memory = 16384
813+
memory = 24576
814814
vcpu = 8
815815
}
816816
swap_file_size = null

0 commit comments

Comments
 (0)