mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Change pulsar retentionSizeInMB to 8192(8GB) (#11643)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
5574a104c9
commit
4138d32af7
@ -22,7 +22,7 @@ services:
|
||||
# nettyMaxFrameSizeBytes must be calculated from maxMessageSize + 10240 (padding)
|
||||
- nettyMaxFrameSizeBytes=104867840 # this is 104857600 + 10240 (padding)
|
||||
- defaultRetentionTimeInMinutes=10080
|
||||
- defaultRetentionSizeInMB=-1
|
||||
- defaultRetentionSizeInMB=8192
|
||||
# maxMessageSize is missing from standalone.conf, must use PULSAR_PREFIX_ to get it configured
|
||||
- PULSAR_PREFIX_maxMessageSize=104857600
|
||||
- PULSAR_GC=-XX:+UseG1GC
|
||||
|
||||
@ -20,7 +20,7 @@ services:
|
||||
# nettyMaxFrameSizeBytes must be calculated from maxMessageSize + 10240 (padding)
|
||||
- nettyMaxFrameSizeBytes=104867840 # this is 104857600 + 10240 (padding)
|
||||
- defaultRetentionTimeInMinutes=10080
|
||||
- defaultRetentionSizeInMB=-1
|
||||
- defaultRetentionSizeInMB=8192
|
||||
# maxMessageSize is missing from standalone.conf, must use PULSAR_PREFIX_ to get it configured
|
||||
- PULSAR_PREFIX_maxMessageSize=104857600
|
||||
- PULSAR_GC=-XX:+UseG1GC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user