diff mbox

KVM test: Increase default guest memory size to 1024 MB

Message ID 1309286557-20232-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues June 28, 2011, 6:42 p.m. UTC
With the introduction of Fedora 15, anaconda memory requirements
grew, in a way that 512 MB is not enough to install guests. With
this and the fact that Win7/Vista minimum memory requirements
is 1024 MB, let's change the default guest memory size to 1024.

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
 client/tests/kvm/tests_base.cfg.sample |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index 5604b19..12243eb 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -33,7 +33,7 @@  screendump_verbose = no
 qemu_binary = qemu
 qemu_img_binary = qemu-img
 smp = 1
-mem = 512
+mem = 1024
 image_size = 10G
 drive_index_image1 = 0
 drive_cache = none