Skip to content

Commit

Permalink
Reduce cassandra heap size in CI (#6673)
Browse files Browse the repository at this point in the history
## What changed?
Run cassandra with smaller heap (2GB) in CI. Default (on standard GHA
workers) comes out to 4GB, so this is 1/2 of what it was before.

## Why?
Try to reduce CI flakiness.
  • Loading branch information
dnr authored Oct 17, 2024
1 parent 6ccadac commit 11bcaa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions develop/github/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
- "9042:9042"
environment:
CASSANDRA_LISTEN_ADDRESS: 127.0.0.1
MAX_HEAP_SIZE: "2G"
HEAP_NEWSIZE: "200M"

mysql:
image: mysql:8.0.29-oracle
Expand Down

0 comments on commit 11bcaa6

Please sign in to comment.