run.sh: Bump default memory to 512M
This commit is contained in:
parent
dea60e36dc
commit
c69f5ebd03
|
|
@ -128,4 +128,4 @@ if ! echo $ARGS | grep -q 'ostree='; then
|
||||||
ARGS="ostree=${BRANCH_PREFIX}runtime-current $ARGS"
|
ARGS="ostree=${BRANCH_PREFIX}runtime-current $ARGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec qemu-kvm -kernel ./tmp-eglibc/deploy/images/bzImage-qemux86.bin -hda gnomeos-fs.img -net user -net nic,model=virtio -append "$ARGS" -monitor stdio
|
exec qemu-kvm -kernel ./tmp-eglibc/deploy/images/bzImage-qemux86.bin -hda gnomeos-fs.img -net user -net nic,model=virtio -m 512M -append "$ARGS" -monitor stdio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue