[arch-releng] [PATCH 2/2] testiso: Increase RAM to 512MB

Pierre Schmitz pierre at archlinux.de
Mon Jun 25 07:13:21 EDT 2012


256MB is too low to test e.g. package installation.

Signed-off-by: Pierre Schmitz <pierre at archlinux.de>
---
 archiso/testiso | 4 ++--
 1 Datei geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)

diff --git a/archiso/testiso b/archiso/testiso
index 7a4d5f1..d4a7a52 100755
--- a/archiso/testiso
+++ b/archiso/testiso
@@ -18,5 +18,5 @@ case "${2}" in
    *) IF="ide"; MEDIA="cdrom";;
 esac
 
-echo qemu-system-x86_64 -m 256 -drive file=${1},if=${IF},media=${MEDIA}
-qemu-system-x86_64 -m 256 -drive file=${1},if=${IF},media=${MEDIA}
+echo qemu-system-x86_64 -m 512 -drive file=${1},if=${IF},media=${MEDIA}
+qemu-system-x86_64 -m 512 -drive file=${1},if=${IF},media=${MEDIA}
-- 
1.7.11


More information about the arch-releng mailing list