From ec309a384124450201f306632ae7a8552d404bbc Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Wed, 3 Sep 2025 15:57:30 +0200 Subject: [PATCH] postgres uses more memory Signed-off-by: Kristoffer Dalby --- .github/workflows/integration-test-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test-template.yml b/.github/workflows/integration-test-template.yml index abfa2e07..57b74273 100644 --- a/.github/workflows/integration-test-template.yml +++ b/.github/workflows/integration-test-template.yml @@ -63,7 +63,7 @@ jobs: restore-prefixes-first-match: nix-${{ runner.os }}-${{ runner.arch }} - name: Run Integration Test run: - nix develop --command -- hi run --stats --ts-memory-limit=300 --hs-memory-limit=500 "^${{ inputs.test }}$" \ + nix develop --command -- hi run --stats --ts-memory-limit=300 --hs-memory-limit=1500 "^${{ inputs.test }}$" \ --timeout=120m \ ${{ inputs.postgres_flag }} - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2