Skip to content

Commit

Permalink
chore: increase amount of RAM in legacy-clients-testing
Browse files Browse the repository at this point in the history
In the full integration tests it happens quite frequently that the qemu
client is crashing becouse of out of memory error.
I don't know why the memeory consumption is that high, but at least we
can increase amount of memory available to make things more stable.

Ticket: QA-821

Signed-off-by: Krzysztof Jaskiewicz <[email protected]>
  • Loading branch information
kjaskiewiczz committed Dec 6, 2024
1 parent 12719c6 commit 90538ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/legacy-clients-testing/mender-qemu-more-ram
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ret=0
for maybe_kvm in -enable-kvm ""; do
if QEMU_AUDIO_DRV=none \
$QEMU_SYSTEM \
-m 384M \
-m 512M \
$BOOTLOADER_ARG \
-net nic,macaddr="$RANDOM_MAC" \
-net user,hostfwd=tcp::8822-:22 \
Expand Down

0 comments on commit 90538ab

Please sign in to comment.