We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 178e2c5 + 2932960 commit 6ad3f81Copy full SHA for 6ad3f81
services/docker-compose-kafka-elastic-mongodb.yml
@@ -8,6 +8,8 @@ services:
8
discovery.type: single-node
9
bootstrap.memory_lock: "true"
10
xpack.security.enabled: "false"
11
+ ES_JAVA_OPTS: "-Xmx1G"
12
+ http.host: 0.0.0.0
13
volumes:
14
- es-data:/usr/share/elasticsearch/data
15
@@ -30,6 +32,7 @@ services:
30
32
environment:
31
33
ZOOKEEPER_CLIENT_PORT: 2181
34
ZOOKEEPER_TICK_TIME: 2000
35
+ KAFKA_HEAP_OPTS: "-Xmx512M"
36
ports:
37
- 2181:2181
38
@@ -52,6 +55,7 @@ services:
52
55
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
53
56
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
54
57
KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"
58
+ KAFKA_HEAP_OPTS: "-Xmx1G"
59
60
61
es-data:
0 commit comments