mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
tests: Give test_vfio_user more RAM
When running with the newer jammy OS image error messages from Rust Hypervisor Firmware about lack of ram when rebooting where observed. Increase the RAM allocation to allow it to boot after a reboot. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
b1547c4ccb
commit
caf15f0acb
@ -6732,7 +6732,7 @@ mod common_parallel {
|
||||
let mut child = GuestCommand::new(&guest)
|
||||
.args(["--api-socket", &api_socket])
|
||||
.args(["--cpus", "boot=1"])
|
||||
.args(["--memory", "size=512M,shared=on,hugepages=on"])
|
||||
.args(["--memory", "size=1G,shared=on,hugepages=on"])
|
||||
.args(["--kernel", fw_path(FwType::RustHypervisorFirmware).as_str()])
|
||||
.args(["--serial", "tty", "--console", "off"])
|
||||
.default_disks()
|
||||
|
Loading…
Reference in New Issue
Block a user