你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReplicatorSettings.MaxPrimaryReplicationQueueMemorySize 属性

定义

定义 中的FabricReplicator主复制操作队列的最大大小,其中包含的IOperation

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

属性值

. 返回 中的 FabricReplicator主复制操作队列的最大大小,其中包含复制 IOperation的 单位是队列 的虚拟内存消耗量。返回 Int64

注解

当服务的角色为“主要”时,此设置特定于复制程序。 默认值为 0。 这意味着没有内存限制

适用于