summaryrefslogtreecommitdiff
path: root/create-vm
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-04 10:06:46 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-04 10:06:46 +0300
commit727d4c7061990a34bae904b3d733291605a0a14b (patch)
tree54a818fdb8b98342394e4ec311c33932cbe6dc34 /create-vm
parent5db2c10b2e9c2117cf1644ccf357ad3325f5b567 (diff)
downloadansibleness-727d4c7061990a34bae904b3d733291605a0a14b.tar.gz
Set VM memory to 1024 by default
512 is so little, these days.
Diffstat (limited to 'create-vm')
-rwxr-xr-xcreate-vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-vm b/create-vm
index 3e8d9b8..3d35016 100755
--- a/create-vm
+++ b/create-vm
@@ -30,7 +30,7 @@ unxz < "$imagedir/base-$base.img.xz" |
virt-install --connect qemu:///system \
--quiet \
--name="$name" \
- --memory=512 \
+ --memory=1024 \
--cpu=host-model-only \
--import \
--os-variant=debianwheezy \