次の方法で共有


SysctlConfig.VmSwappiness プロパティ

定義

vm.swappiness を設定する sysctl を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象