Skip to content

Commit

Permalink
Use more generous VM specs for test OS image setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Sep 24, 2024
1 parent 53bed95 commit 4ee0d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docs/BUILD_OS_IMAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ On the host, start by creating a disk image and installing Debian on it:
```
wget -O debian.iso https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.5.0-amd64-netinst.iso
qemu-img create -f qcow2 ./debian.qcow2 5G
qemu-system-x86_64 -cpu host -accel kvm -m 4096 -smp 2 -cdrom debian.iso -drive file=./debian.qcow2
qemu-system-x86_64 -cpu host -accel kvm -m 8192 -smp 8 -cdrom debian.iso -drive file=./debian.qcow2
```

## Installing Linux
Expand Down

0 comments on commit 4ee0d67

Please sign in to comment.