次の方法で共有


SysctlConfig.KernelThreadsMax プロパティ

定義

sysctl 設定 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象