Skip to content

Commit

Permalink
Update cassandra dev setup (cadence-workflow#5501)
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster authored Dec 19, 2023
1 parent e2105b5 commit b65be13
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/dev/cassandra-esv7-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: cassandra:4.1.3
ports:
- "9042:9042"
environment:
- "MAX_HEAP_SIZE=256M"
- "HEAP_NEWSIZE=128M"
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:7.9.3
ports:
Expand Down
3 changes: 3 additions & 0 deletions docker/dev/cassandra-opensearch-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: cassandra:4.1.3
ports:
- "9042:9042"
environment:
- "MAX_HEAP_SIZE=256M"
- "HEAP_NEWSIZE=128M"
elasticsearch:
image: opensearchproject/opensearch:1.3.6
ports:
Expand Down
3 changes: 3 additions & 0 deletions docker/dev/cassandra-pinot-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ services:
image: cassandra:4.1.3
ports:
- "9042:9042"
environment:
- "MAX_HEAP_SIZE=256M"
- "HEAP_NEWSIZE=128M"
zookeeper:
image: zookeeper:3.5.8
container_name: zookeeper
Expand Down
3 changes: 3 additions & 0 deletions docker/dev/cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ services:
image: cassandra:4.1.3
ports:
- "9042:9042"
environment:
- "MAX_HEAP_SIZE=256M"
- "HEAP_NEWSIZE=128M"

0 comments on commit b65be13

Please sign in to comment.