Skip to content

Commit

Permalink
tests: Temporarily increase memory of VMs
Browse files Browse the repository at this point in the history
Because the updates.img got even bigger.
  • Loading branch information
KKoukiou committed Oct 2, 2024
1 parent af6d254 commit 55f49fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/machine_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def start(self):
f"{boot_arg} "
f"--name {self.label} "
f"--os-variant=detect=on "
"--memory 4096 "
"--memory 6144 "
"--noautoconsole "
f"--graphics vnc,listen={self.ssh_address} "
"--extra-args "
Expand Down

0 comments on commit 55f49fd

Please sign in to comment.