Skip to content

Commit

Permalink
INTERNAL: Give the backends 4GB during KVM based system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caladd authored and anooprajendra committed Mar 19, 2019
1 parent c13f55a commit b3d353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-framework/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Vagrant.configure("2") do |config|
provider.driver = "kvm"
provider.connect_via_ssh = false

provider.memory = "2048"
provider.memory = "4098"
provider.cpus = 2
provider.disk_bus = "sata"
provider.nic_model_type = "e1000"
Expand Down

0 comments on commit b3d353f

Please sign in to comment.