From dc4b75070d069ce643d88b436538fd760442a00d Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Wed, 18 Feb 2026 09:23:37 +0000 Subject: [PATCH] Increases the memory limit on CI :/ --- .github/workflows/e2e-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 6f9055cc..74eda203 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -122,8 +122,8 @@ jobs: needs: zig-build-release env: - MAX_VmHWM: 26000 # 26MB (KB) - MAX_CG_PEAK: 6000 # 6MB (KB) + MAX_VmHWM: 28000 # 28MB (KB) + MAX_CG_PEAK: 8000 # 8MB (KB) MAX_AVG_DURATION: 17 LIGHTPANDA_DISABLE_TELEMETRY: true