Aracılığıyla paylaş


ReplicatorSettings.MaxSecondaryReplicationQueueMemorySize Property

Definition

Defines the maximum size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations.

public long? MaxSecondaryReplicationQueueMemorySize { get; set; }
member this.MaxSecondaryReplicationQueueMemorySize : Nullable<int64> with get, set
Public Property MaxSecondaryReplicationQueueMemorySize As Nullable(Of Long)

Property Value

Returns the maximum size of the secondary replication operation queue inside FabricReplicator, which contains replication IOperations. The unit here is the virtual memory consumption of the queue.

Remarks

This setting is specific to the Replicator when the role of the service is Secondary/Idle. The default value is 0. This implies there is no memory limit

Applies to