mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 16:38:19 +00:00
feat(kafka-setup): allow override KAFKA_HEAP_OPTS (#11400)
This commit is contained in:
parent
eb36a68173
commit
da958b7d0f
@ -8,7 +8,8 @@
|
||||
|
||||
: ${DATAHUB_ANALYTICS_ENABLED:=true}
|
||||
|
||||
export KAFKA_HEAP_OPTS="-Xmx64M"
|
||||
: ${KAFKA_HEAP_OPTS:=-Xmx64M}
|
||||
export KAFKA_HEAP_OPTS
|
||||
|
||||
CONNECTION_PROPERTIES_PATH=/tmp/connection.properties
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user