]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-13-ENC-RAID-LVM: increase memory
authorLubomir Rintel <lkundrak@v3.sk>
Mon, 11 Nov 2019 13:54:00 +0000 (14:54 +0100)
committerDaniel Molkentin <daniel@molkentin.de>
Mon, 11 Nov 2019 19:04:58 +0000 (20:04 +0100)
In Fedora 31 it ooms until it has, uh, twice the memory.

test/TEST-13-ENC-RAID-LVM/test.sh

index 9ffe24b16761a437edaabe86773ad5f57d0ecc03..145c23dda9327931f7d30908788414b707873d65 100755 (executable)
@@ -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" \