mirror of https://github.com/milvus-io/milvus.git
[skip-ci]Fix pulsar retention configuration (#7385)
Resolves: #7384 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/7388/head
parent
3b9609692b
commit
8d636b8082
|
@ -18,6 +18,7 @@ services:
|
|||
# nettyMaxFrameSizeBytes must be calculated from maxMessageSize + 10240 (padding)
|
||||
- nettyMaxFrameSizeBytes=104867840 # this is 104857600 + 10240 (padding)
|
||||
- defaultRetentionTimeInMinutes=10080
|
||||
- defaultRetentionSizeInMB=-1
|
||||
# maxMessageSize is missing from standalone.conf, must use PULSAR_PREFIX_ to get it configured
|
||||
- PULSAR_PREFIX_maxMessageSize=104857600
|
||||
- PULSAR_GC=-XX:+UseG1GC
|
||||
|
|
|
@ -16,6 +16,7 @@ services:
|
|||
# nettyMaxFrameSizeBytes must be calculated from maxMessageSize + 10240 (padding)
|
||||
- nettyMaxFrameSizeBytes=104867840 # this is 104857600 + 10240 (padding)
|
||||
- defaultRetentionTimeInMinutes=10080
|
||||
- defaultRetentionSizeInMB=-1
|
||||
# maxMessageSize is missing from standalone.conf, must use PULSAR_PREFIX_ to get it configured
|
||||
- PULSAR_PREFIX_maxMessageSize=104857600
|
||||
- PULSAR_GC=-XX:+UseG1GC
|
||||
|
|
Loading…
Reference in New Issue