feat: increase memory of qemu usb test
This commit is contained in:
2
Makefile
2
Makefile
@@ -65,7 +65,7 @@ usb-test: usb-build
|
|||||||
@echo "🧪 Testing USB environment in QEMU..."
|
@echo "🧪 Testing USB environment in QEMU..."
|
||||||
nix develop --command qemu-system-x86_64 \
|
nix develop --command qemu-system-x86_64 \
|
||||||
-cdrom $(ISO_FILE) \
|
-cdrom $(ISO_FILE) \
|
||||||
-m 2048 \
|
-m 4096 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-netdev user,id=net0 \
|
-netdev user,id=net0 \
|
||||||
-device virtio-net,netdev=net0 \
|
-device virtio-net,netdev=net0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user