test/*: increase memory in qemu vm

This commit is contained in:
illiliti 2021-08-15 10:37:16 +03:00
parent a0c32126a8
commit 760ecd29d6
4 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,7 @@ qemu-nbd -d "$nbd"
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
set -- \
-m 1G \
-no-reboot \
-initrd "$initrd" \
-kernel "$vmlinuz" \

View File

@ -98,6 +98,7 @@ qemu-nbd -d "$nbd"
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
set -- \
-m 1G \
-no-reboot \
-initrd "$initrd" \
-kernel "$vmlinuz" \

View File

@ -98,6 +98,7 @@ qemu-nbd -d "$nbd"
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
set -- \
-m 1G \
-no-reboot \
-initrd "$initrd" \
-kernel "$vmlinuz" \

View File

@ -104,6 +104,7 @@ qemu-nbd -d "$nbd"
(cd .. && ./tinyramfs -lk "$kernel" -c "$config" "$initrd")
set -- \
-m 1G \
-no-reboot \
-initrd "$initrd" \
-kernel "$vmlinuz" \