definition-properties-limits.md 7.4 KB

limits Type

object (Details)

limits Properties

Property Type Required Nullable Defined by
storage string Required cannot be null Distributor node configuration
maxConcurrentStorageNodeDownloads integer Required cannot be null Distributor node configuration
maxConcurrentOutboundConnections integer Required cannot be null Distributor node configuration
outboundRequestsTimeoutMs integer Required cannot be null Distributor node configuration
pendingDownloadTimeoutSec integer Required cannot be null Distributor node configuration
maxCachedItemSize string Optional cannot be null Distributor node configuration
dataObjectSourceByObjectIdTTL integer Optional cannot be null Distributor node configuration

storage

Maximum total size of all (cached) assets stored in directories.assets

storage

storage Type

string

storage Constraints

pattern: the string must match the following regular expression:

^[0-9]+(B|K|M|G|T)$

try pattern

maxConcurrentStorageNodeDownloads

Maximum number of concurrent downloads from the storage node(s)

maxConcurrentStorageNodeDownloads

maxConcurrentStorageNodeDownloads Type

integer

maxConcurrentStorageNodeDownloads Constraints

minimum: the value of this number must greater than or equal to: 1

maxConcurrentOutboundConnections

Maximum number of total simultaneous outbound connections to storage node(s) (excluding proxy connections)

maxConcurrentOutboundConnections

maxConcurrentOutboundConnections Type

integer

maxConcurrentOutboundConnections Constraints

minimum: the value of this number must greater than or equal to: 1

outboundRequestsTimeoutMs

Timeout for all outbound storage node http requests in miliseconds

outboundRequestsTimeoutMs

outboundRequestsTimeoutMs Type

integer

outboundRequestsTimeoutMs Constraints

minimum: the value of this number must greater than or equal to: 1000

pendingDownloadTimeoutSec

Timeout for pending storage node downloads in seconds

pendingDownloadTimeoutSec

pendingDownloadTimeoutSec Type

integer

pendingDownloadTimeoutSec Constraints

minimum: the value of this number must greater than or equal to: 60

maxCachedItemSize

Maximum size of a data object allowed to be cached by the node

maxCachedItemSize

maxCachedItemSize Type

string

maxCachedItemSize Constraints

pattern: the string must match the following regular expression:

^[0-9]+(B|K|M|G|T)$

try pattern

dataObjectSourceByObjectIdTTL

TTL (in seconds) for dataObjectSourceByObjectId cache used when proxying objects of size greater than maxCachedItemSize to the right storage node.

dataObjectSourceByObjectIdTTL

dataObjectSourceByObjectIdTTL Type

integer

dataObjectSourceByObjectIdTTL Constraints

minimum: the value of this number must greater than or equal to: 1

dataObjectSourceByObjectIdTTL Default Value

The default value is:

60