Skip to content

Commit aaad790

Browse files
committed
kernel-test.yml: increase VM memory
verifier_arena tests sometimes fail on s390x with OOM panic [1]. Increase VM memory from 4G to 6G to see if it helps. s390x VMs have total 16G of memory and 2 runners, so there is not a lot of room to push this value further. [1] https://github.com/kernel-patches/vmtest/actions/runs/20624618585/job/59233294346 Signed-off-by: Ihor Solodrai <[email protected]>
1 parent aec21a4 commit aaad790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernel-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
KERNEL_TEST: ${{ inputs.test }}
7777
SELFTESTS_BPF: ${{ github.workspace }}/selftests/bpf
7878
VMTEST_CONFIGS: ${{ github.workspace }}/ci/vmtest/configs
79-
VMTEST_MEMORY: 4G
79+
VMTEST_MEMORY: 6G
8080
VMTEST_NUM_CPUS: 4
8181
TEST_PROGS_TRAFFIC_MONITOR: ${{ inputs.arch == 'x86_64' && 'true' || '' }}
8282
TEST_PROGS_WATCHDOG_TIMEOUT: 600

0 commit comments

Comments
 (0)