2 cores are enough to build

This commit is contained in:
j 2019-07-19 12:55:05 +02:00
parent 97b5c0538a
commit 2650e5b50b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ qemu-img resize ${TARGET}.img +998G
echo boot image and install pandora
kvm -m 1024 \
-smp 4 \
-smp 2 \
-cdrom seed.img \
-device e1000,netdev=user.0 \
-netdev user,id=user.0,hostfwd=tcp::5555-:22,hostfwd=tcp::2620-:80 \