ReplicatorSettings.MaxPrimaryReplicationQueueMemorySize プロパティ

定義

FabricReplicatorIOperationのプライマリ レプリケーション操作キューの最大サイズを定義します。

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

プロパティ値

. 内 FabricReplicatorのプライマリ レプリケーション操作キューの最大サイズを返します。この中には、レプリケーション IOperationが含まれています。ここでのユニットは、キューの仮想メモリ消費量です。を返します Int64

注釈

この設定は、サービスのロールがプライマリの場合にレプリケーターに固有です。 既定値は 0 です。 これは、メモリ制限がないことを意味します

適用対象