[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 03/10] automation: qemu-smoke-arm64.sh: Increase RAM size


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Michal Orzel <michal.orzel@xxxxxxx>
  • Date: Mon, 26 Sep 2022 13:04:16 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=XhykJUo9YFworA8q6pNfA9PuivCZjxRRVKJJQTCPJoI=; b=PGZClx1V0u8wxsIE0z6HXWHniIacSDTUD+OztuMglCYYfcqX6VJSn+SGIous0Izsg4/oVzN6KDBXBFP0/i8SsPF732If5Djb7haFAXZXFBW/mOLFCIUWIt6O1OHzfJqjaL1cCabA3Nfi0ZWwE3giuRry+RDK9Cm8zr4t3NcCOGLaAxXbe5wCDBaUzLROjNdLbm0Wi1LO5oMqW2f4ckw79O12EPkUZE/I3J7gFlMnwMCMxK81zbitvwGvjYz1Y3yaoh6FUV0sgtHMcAwgXO5BIdLY3VLED9u188J53vRaJ50q6SkxWNVFaxkNlVpIN1v91vOc2Ly2HztlOlDosW+2Zw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MPWotNZqldA204miG2KMgcabAzWqAfh9VmuNcFasGdyWMnT2uKoJxeGtJFJgdVCJXUs08s3fBsJ1+euPjeyCpVKcooffraFmtFm0GDbHdqWCu/yrsw6JgwR21D3RKELzY9MCqAv4LeuRYMRUfthdrKXvDfvshT0h9Q1WXXxNsEzHiQtIlAHPxdVm2yoCX4mlTL5Z4Wecp0ajTRJf9lwRxMCUkb/KCAjNl0MO/m/VqKj7dfzwAIOt0vWB+J05ZGU1pnd8SmOL8r+F5GbCnGp/D8Oi7xbBk5oePUaC4zHVEeAedzc5I7rmCeyAXqsjckejohNwbE5Y1bwZMyQhX+5azw==
  • Cc: Michal Orzel <michal.orzel@xxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
  • Delivery-date: Mon, 26 Sep 2022 11:04:46 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

In the follow-up patch we will add new jobs using debug Xen builds.
Because the debug builds take more space and we might end up in
a situation when there is not enough free space (especially during
a static memory test that reserves some region in the middle), increase
RAM size for QEMU from 1GB to 2GB.

Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
Changes in v2:
- new patch carved out from previous v1 [3/9] patch
---
 automation/scripts/qemu-smoke-arm64.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/automation/scripts/qemu-smoke-arm64.sh 
b/automation/scripts/qemu-smoke-arm64.sh
index f803835779f4..dea26c6c0a8f 100755
--- a/automation/scripts/qemu-smoke-arm64.sh
+++ b/automation/scripts/qemu-smoke-arm64.sh
@@ -52,7 +52,7 @@ curl -fsSLO 
https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
 ./binaries/qemu-system-aarch64 \
    -machine virtualization=true \
    -cpu cortex-a57 -machine type=virt \
-   -m 1024 -smp 2 -display none \
+   -m 2048 -smp 2 -display none \
    -machine dumpdtb=binaries/virt-gicv2.dtb
 
 # XXX disable pl061 to avoid Linux crash
@@ -117,7 +117,7 @@ cd ..
 
 # ImageBuilder
 echo 'MEMORY_START="0x40000000"
-MEMORY_END="0x80000000"
+MEMORY_END="0xC0000000"
 
 DEVICE_TREE="virt-gicv2.dtb"
 XEN="xen"
@@ -158,7 +158,7 @@ timeout -k 1 240 \
 ./binaries/qemu-system-aarch64 \
     -machine virtualization=true \
     -cpu cortex-a57 -machine type=virt \
-    -m 1024 -monitor none -serial stdio \
+    -m 2048 -monitor none -serial stdio \
     -smp 2 \
     -no-reboot \
     -device virtio-net-pci,netdev=n0 \
-- 
2.25.1




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.