Skip to content

Commit

Permalink
ERL-424: run_qemu.sh: increase default RAM size
Browse files Browse the repository at this point in the history
With kdump-tools reserving a large chunk of RAM, there is not enough RAM
leftover for testing with snapd. Increase the default RAM size to get
around this.

Signed-off-by: Isaac True <[email protected]>
  • Loading branch information
IsaacJT committed Sep 21, 2023
1 parent 0ee4e07 commit 3ab14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set -eo pipefail

RAM="1G"
RAM="2G"
SMP="2"
HOST_ARCH="$(uname -m)"
ARCH=""
Expand Down

0 comments on commit 3ab14a0

Please sign in to comment.