Compartir a través de


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