Skip to content

Commit

Permalink
CI: Reconfigure CrateDB container to use CRATE_HEAP_SIZE: 4g
Browse files Browse the repository at this point in the history
Recently, we observed problems on CI when working with larger datasets.
There is no reason to run CrateDB on 512 MB, because GitHub runners
provide 16 GB of RAM.
  • Loading branch information
amotl committed Feb 7, 2024
1 parent 1e2a887 commit 9728463
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/framework-apache-superset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

name: Superset ${{ matrix.superset-version }}, Python ${{ matrix.python-version }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-java-jooq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-java-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-npgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-php-amphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-php-pdo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lang-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ml-automl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ml-langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ml-mlflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
ports:
- 4200:4200
- 5432:5432
env:
CRATE_HEAP_SIZE: 4g

steps:

Expand Down

0 comments on commit 9728463

Please sign in to comment.