test/*: increase memory in qemu vm
This commit is contained in:
parent
a0c32126a8
commit
760ecd29d6
@ -88,6 +88,7 @@ qemu-nbd -d "$nbd"
|
||||
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
|
||||
|
||||
set -- \
|
||||
-m 1G \
|
||||
-no-reboot \
|
||||
-initrd "$initrd" \
|
||||
-kernel "$vmlinuz" \
|
||||
|
@ -98,6 +98,7 @@ qemu-nbd -d "$nbd"
|
||||
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
|
||||
|
||||
set -- \
|
||||
-m 1G \
|
||||
-no-reboot \
|
||||
-initrd "$initrd" \
|
||||
-kernel "$vmlinuz" \
|
||||
|
@ -98,6 +98,7 @@ qemu-nbd -d "$nbd"
|
||||
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
|
||||
|
||||
set -- \
|
||||
-m 1G \
|
||||
-no-reboot \
|
||||
-initrd "$initrd" \
|
||||
-kernel "$vmlinuz" \
|
||||
|
@ -104,6 +104,7 @@ qemu-nbd -d "$nbd"
|
||||
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
|
||||
|
||||
set -- \
|
||||
-m 1G \
|
||||
-no-reboot \
|
||||
-initrd "$initrd" \
|
||||
-kernel "$vmlinuz" \
|
||||
|
Loading…
Reference in New Issue
Block a user