#363 set default qcow2 VM to use 2G of RAM
Merged 4 years ago by astepano. Opened 4 years ago by bgoncalv.
bgoncalv/standard-test-roles fix-standard-inventory-qcow2  into  master

@@ -290,7 +290,7 @@ 

      # Log from qemu itself.

      log_qemu = log_guest.replace(".guest.log", ".qemu.log")

      # Parameters from FMF:

-     param_m = str(fmf_get(['qemu', 'm'], "1024"))

+     param_m = str(fmf_get(['qemu', 'm'], "2048"))

      param_net_nic_model = str(fmf_get(['qemu', 'net_nic', 'model'], 'virtio'))

      # QEMU -M param.

      # Most architectures do not need a -M flag, defaults are fine

no initial comment

I would just write some background why we need this, and ack to merge.
Like, what what the cause for such change. ACK to merge.
In comment or GIT commit msg.

rebased onto 809c44e

4 years ago

Commit 48e64e3 fixes this pull-request

Pull-Request has been merged by astepano

4 years ago

Pull-Request has been merged by astepano

4 years ago