Skip to content

Commit 2f2301d

Browse files
committed
build-test-recipe.yml: make QB_MEM 8GB default
As there a some "not enough memory for the allocation" errors.
1 parent 3e91782 commit 2f2301d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-recipe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ jobs:
112112
source poky/oe-init-build-env build
113113
echo QEMU_USE_KVM = \"\" >> conf/local.conf
114114
# set to max for arm32
115-
echo QB_MEM = \"-m 3G\" >> conf/local.conf
115+
echo QB_MEM:arm = \"-m 3G\" >> conf/local.conf
116+
echo QB_MEM = \"-m 8G\" >> conf/local.conf
116117
# use slirp networking instead of TAP interface (require root rights)
117118
echo QEMU_USE_SLIRP = \"1\" >> conf/local.conf
118119
echo TEST_RUNQEMUPARAMS += \"slirp\" >> conf/local.conf

0 commit comments

Comments
 (0)