overcommit_memory=1 for redis tests (#3139)

Refs #3131
This commit is contained in:
Jamil
2024-01-08 22:49:20 -08:00
committed by GitHub
parent 9852808fc2
commit 1fd5d8ed33

View File

@@ -159,7 +159,9 @@ jobs:
with:
project: firezone-staging
- name: Run ${{ matrix.file }} test
run: docker compose -f rust/connection-tests/${{ matrix.file }} up --exit-code-from dialer --abort-on-container-exit
run: |
sudo sysctl -w vm.overcommit_memory=1
docker compose -f rust/connection-tests/${{ matrix.file }} up --exit-code-from dialer --abort-on-container-exit
integration-tests:
needs: build-images