Aracılığıyla paylaş


ReplicatorSettings.MaxPrimaryReplicationQueueMemorySize Property

Definition

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

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

Property Value

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

Remarks

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

Applies to