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.
1 parent 7d8db27 commit 9d99b52Copy full SHA for 9d99b52
services/docker-compose-kafka-elastic-mongodb.yml
@@ -8,6 +8,7 @@ services:
8
discovery.type: single-node
9
bootstrap.memory_lock: "true"
10
xpack.security.enabled: "false"
11
+ ES_JAVA_OPTS: "-Xmx1G"
12
volumes:
13
- es-data:/usr/share/elasticsearch/data
14
@@ -30,6 +31,7 @@ services:
30
31
environment:
32
ZOOKEEPER_CLIENT_PORT: 2181
33
ZOOKEEPER_TICK_TIME: 2000
34
+ KAFKA_HEAP_OPTS: "-Xmx512M"
35
ports:
36
- 2181:2181
37
@@ -52,6 +54,7 @@ services:
52
54
KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR: 1
53
55
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
56
KAFKA_ALLOW_EVERYONE_IF_NO_ACL_FOUND: "true"
57
+ KAFKA_HEAP_OPTS: "-Xmx1G"
58
59
60
es-data:
0 commit comments