run.sh: Bump default memory to 512M

This commit is contained in:
Colin Walters 2012-01-31 19:24:53 -05:00
parent dea60e36dc
commit c69f5ebd03
1 changed files with 1 additions and 1 deletions

View File

@ -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