Revision 971a3e68 snf-image-host/kvm-common.sh

b/snf-image-host/kvm-common.sh
35 35

  
36 36
    $TIMEOUT -k "$HELPER_HARD_TIMEOUT" "$HELPER_SOFT_TIMEOUT" \
37 37
      kvm -runas "$HELPER_USER" -drive file="$HELPER_DIR/image",format=raw,if=virtio,readonly \
38
      -drive file="$blockdev",format=raw,if=virtio,cache=none \
38
      -drive file="$blockdev",format=raw,if=virtio,cache=none -m "$HELPER_MEMORY" \
39 39
      -boot c -serial stdio -serial "file:$(printf "%q" "$result_file")" \
40 40
      -serial file:>(./helper-monitor.py ${MONITOR_FD}) \
41 41
      -fda "$floppy" -vga none -nographic -parallel none -monitor null \

Also available in: Unified diff