From f23a719bc5c2247fe046eb30875481259871e47c Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Mon, 18 Oct 2021 04:23:29 +0800 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45841fb8..dee6b074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,13 @@ jobs: uses: actions-rs/cargo@v1 with: { command: ci-check-linux } + # Increase ulimit for io-uring + - name: locked-in-memory size + if: > + matrix.target.os == 'ubuntu-latest' + run: + sudo ulimit -l 512 + - name: tests if: > matrix.target.os != 'ubuntu-latest'