Share via


SysctlConfig.VmMaxMapCount Property

Definition

Gets or sets sysctl setting vm.max_map_count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to