Skip to content

Commit 304742c

Browse files
committed
Add more RAM to kvm installs
1 parent 070c82b commit 304742c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ output/pcd-${PCD_VERSION}.img: output/pcd-${PCD_VERSION}.iso output/pcd-${PCD_VE
206206
dd if=/dev/zero of=$@ bs=4M count=256 conv=sparse
207207
python -m SimpleHTTPServer & \
208208
spid=$$! \
209-
&& kvm -m 512 -nographic -cdrom output/pcd-${PCD_VERSION}.iso \
209+
&& kvm -m 1024 -nographic -cdrom output/pcd-${PCD_VERSION}.iso \
210210
-kernel output/pcd-${PCD_VERSION}.vmlinuz \
211211
-append 'console=ttyS0 url=http://10.0.2.2:8000/install.yaml' \
212212
$@ \

0 commit comments

Comments
 (0)