refactor: 增加kafka heap配置 (#1175)

This commit is contained in:
刘瑞斌 2024-04-02 15:12:26 +08:00 committed by GitHub
parent 09404ae97f
commit b76da777fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ services:
KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP: CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT
KAFKA_CFG_CONTROLLER_QUORUM_VOTERS: 0@127.0.0.1:9093
KAFKA_CFG_CONTROLLER_LISTENER_NAMES: CONTROLLER
KAFKA_HEAP_OPTS: '-Xmx512m -Xms256m'
networks:
- 1panel-network
ports: