From: Lubomir Rintel Date: Mon, 11 Nov 2019 13:54:00 +0000 (+0100) Subject: TEST-13-ENC-RAID-LVM: increase memory X-Git-Tag: 050~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe54c9b7a9a7c4d691d2a7459985c59545ddcf56;p=thirdparty%2Fdracut.git TEST-13-ENC-RAID-LVM: increase memory In Fedora 31 it ooms until it has, uh, twice the memory. --- diff --git a/test/TEST-13-ENC-RAID-LVM/test.sh b/test/TEST-13-ENC-RAID-LVM/test.sh index 9ffe24b16..145c23dda 100755 --- a/test/TEST-13-ENC-RAID-LVM/test.sh +++ b/test/TEST-13-ENC-RAID-LVM/test.sh @@ -17,7 +17,7 @@ test_run() { $testdir/run-qemu \ -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext2 \ -drive format=raw,index=1,media=disk,file=$TESTDIR/check-success.img \ - -m 512M -smp 2 -nographic \ + -m 1024M -smp 2 -nographic \ -net none \ -no-reboot \ -append "panic=1 systemd.crash_reboot root=/dev/dracut/root rw rd.auto rd.retry=20 console=ttyS0,115200n81 selinux=0 rd.debug rootwait $LUKSARGS rd.shell=0 $DEBUGFAIL" \ @@ -31,7 +31,7 @@ test_run() { $testdir/run-qemu \ -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext2 \ -drive format=raw,index=1,media=disk,file=$TESTDIR/check-success.img \ - -m 512M -smp 2 -nographic \ + -m 1024M -smp 2 -nographic \ -net none \ -no-reboot \ -append "panic=1 systemd.crash_reboot root=/dev/dracut/root rw quiet rd.auto rd.retry=20 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL" \ @@ -45,7 +45,7 @@ test_run() { $testdir/run-qemu \ -drive format=raw,index=0,media=disk,file=$TESTDIR/root.ext2 \ -drive format=raw,index=1,media=disk,file=$TESTDIR/check-success.img \ - -m 512M -smp 2 -nographic \ + -m 1024M -smp 2 -nographic \ -net none \ -no-reboot \ -append "panic=1 systemd.crash_reboot root=/dev/dracut/root rw quiet rd.auto rd.retry=10 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL rd.luks.uuid=failme" \