You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pursuitLag: 10# time tick lag threshold to enter pursuit mode, in seconds
@@ -256,27 +256,6 @@ rocksmq:
256
256
compactionInterval: 86400# Time interval to trigger rocksdb compaction to remove deleted data. Unit: Second
257
257
compressionTypes: 0,0,7,7,7 # compaction compression type, only support use 0,7. 0 means not compress, 7 will use zstd. Length of types means num of rocksdb level.
258
258
259
-
# natsmq configuration.
260
-
# more detail: https://docs.nats.io/running-a-nats-service/configuration
261
-
natsmq:
262
-
server:
263
-
port: 4222# Listening port of the NATS server.
264
-
storeDir: /var/lib/milvus/nats # Directory to use for JetStream storage of nats
265
-
maxFileStore: 17179869184# Maximum size of the 'file' storage
266
-
maxPayload: 8388608# Maximum number of bytes in a message payload
267
-
maxPending: 67108864# Maximum number of bytes buffered for a connection Applies to client connections
268
-
initializeTimeout: 4000# waiting for initialization of natsmq finished
269
-
monitor:
270
-
trace: false # If true enable protocol trace log messages
271
-
debug: false # If true enable debug log messages
272
-
logTime: true # If set to false, log without timestamps.
273
-
logFile: /tmp/milvus/logs/nats.log # Log file path relative to .. of milvus binary if use relative path
274
-
logSizeLimit: 536870912# Size in bytes after the log file rolls over to a new one
275
-
retention:
276
-
maxAge: 4320# Maximum age of any message in the P-channel
277
-
maxBytes: # How many bytes the single P-channel may contain. Removing oldest messages if the P-channel exceeds this size
278
-
maxMsgs: # How many message the single P-channel may contain. Removing oldest messages if the P-channel exceeds this limit
0 commit comments