NodeConfiguration.MaxActiveThreads 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
MaxActiveThreads 属性指定计划程序允许的最大同时活动线程数。 通常,此数字应大致等于节点上的核心数。 使用值 0 将查看 System.Environment.ProcessorCount 来决定数字,仅当从 xml 配置设置时才有效
public int MaxActiveThreads { get; set; }
member this.MaxActiveThreads : int with get, set
Public Property MaxActiveThreads As Integer