mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-18 01:59:17 +08:00
limit memory
This commit is contained in:
parent
efeb394f3e
commit
329d475106
@ -81,6 +81,7 @@ services:
|
|||||||
KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9093
|
KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9093
|
||||||
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT"
|
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT"
|
||||||
KAFKA_INTER_BROKER_LISTENER_NAME: INSIDE
|
KAFKA_INTER_BROKER_LISTENER_NAME: INSIDE
|
||||||
|
KAFKA_HEAP_OPTS: "-Xmx512M -Xms256M"
|
||||||
depends_on:
|
depends_on:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user