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 <[email protected]> --- client/tests/kvm/tests_base.cfg.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.5.4 _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
