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