SysctlConfig.VmVfsCachePressure Property

Definition

Gets or sets sysctl setting vm.vfs_cache_pressure.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to