Skip to content

Commit

Permalink
eventuate-tram#44 Specified smaller heapsize for Kafka and ZK
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed May 20, 2020
1 parent 574a434 commit 3f61ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose-mysql-binlog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ services:
- 2181:2181
environment:
ZOOKEEPER_CLIENT_PORT: 2181
KAFKA_HEAP_OPTS: -Xmx256m -Xms256m

kafka:
image: "confluentinc/cp-kafka:5.2.4"
Expand All @@ -86,6 +87,7 @@ services:
KAFKA_INTER_BROKER_LISTENER_NAME: LC
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
KAFKA_HEAP_OPTS: -Xmx256m -Xms256m


mysql:
Expand Down

0 comments on commit 3f61ac5

Please sign in to comment.