Skip to content

Commit

Permalink
Work around OOM problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Mar 13, 2024
1 parent 116a3b3 commit a76732f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terracumber_config/tf_files/Uyuni-Master-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ module "cucumber_testsuite" {
provider_settings = {
mac = "aa:b2:93:01:00:d2"
vcpu = 2
memory = 2048
# WORKAROUND: the 2 GB advertised in our documentation seem not enough anymore?
# memory = 2048
memory = 3072
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
Expand Down
4 changes: 3 additions & 1 deletion terracumber_config/tf_files/Uyuni-Master-PRV.tf
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ module "cucumber_testsuite" {
provider_settings = {
mac = "aa:b2:92:03:00:d2"
vcpu = 2
memory = 2048
# WORKAROUND: the 2 GB advertised in our documentation seem not enough anymore?
# memory = 2048
memory = 3072
}
additional_packages = [ "venv-salt-minion" ]
install_salt_bundle = true
Expand Down

0 comments on commit a76732f

Please sign in to comment.