Skip to content

Commit

Permalink
CI: Increase heap memory size for CrateDB to 1.5 GB
Browse files Browse the repository at this point in the history
This may help in situations where the integration tests are heavy on
memory use, and where we observed flaky behaviour on CI.
  • Loading branch information
amotl committed Feb 5, 2024
1 parent 18fd12f commit d4d3b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 1536m

name: Python ${{ matrix.python-version }} on OS ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d4d3b3d

Please sign in to comment.