Skip to content

Commit e1d49f4

Browse files
eakmanrqclaude
andcommitted
Limit xdist workers to 2 for engine-tests-docker
GHA standard runners have ~7GB RAM. Spark's JVM OOMs with the default worker count. Limiting to 2 workers keeps memory usage in check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: eakmanrq <6326532+eakmanrq@users.noreply.github.com>
1 parent 5433e84 commit e1d49f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ jobs:
254254
engine:
255255
[duckdb, postgres, mysql, mssql, trino, spark, clickhouse, risingwave]
256256
env:
257+
PYTEST_XDIST_AUTO_NUM_WORKERS: 2
257258
SQLMESH__DISABLE_ANONYMIZED_ANALYTICS: '1'
258259
UV: '1'
259260
steps:

0 commit comments

Comments
 (0)