Skip to content

Commit d62bc66

Browse files
committed
ci: increase FreeBSD VM memory to 2048MB
Intermittent CI failures without any useful diagnostics could be caused by the OOM killer. 1024MB is not really enough to run 3 parallel jobs with a modern C++ compiler.
1 parent 3ed42ec commit d62bc66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/freebsd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: Test in FreeBSD VM
1414
uses: vmactions/freebsd-vm@v0.1.5 # aka FreeBSD 13.0
1515
with:
16+
mem: 2048
1617
usesh: true
1718
prepare: |
1819
export CPPFLAGS=-isystem/usr/local/include LDFLAGS=-L/usr/local/lib # sndio

0 commit comments

Comments
 (0)