From 52296e47abe351abf4aedbab1d0f2aaf7ef2d562 Mon Sep 17 00:00:00 2001 From: lr90 Date: Wed, 26 Aug 2026 15:14:58 +0800 Subject: [PATCH] ci: increase MatrixOne memory limit --- .github/workflows/test-gate.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-gate.yml b/.github/workflows/test-gate.yml index ee48acbb..290ebed6 100644 --- a/.github/workflows/test-gate.yml +++ b/.github/workflows/test-gate.yml @@ -24,7 +24,7 @@ jobs: image: matrixorigin/matrixone:latest ports: - 6001:6001 - options: --memory=2g + options: --memory=4g steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.85.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72ac854b..6cb026ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: image: matrixorigin/matrixone:latest ports: - 6001:6001 - options: --memory=2g + options: --memory=4g steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@1.85.0