mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
Reduce cassandra heap size in CI (#6673)
## 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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user