共用方式為


SysctlConfig.KernelThreadsMax Property

Definition

Gets or sets sysctl setting kernel.threads-max.

[Newtonsoft.Json.JsonProperty(PropertyName="kernelThreadsMax")]
public int? KernelThreadsMax { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kernelThreadsMax")>]
member this.KernelThreadsMax : Nullable<int> with get, set
Public Property KernelThreadsMax As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to