Dela via


SysctlConfig.FsFileMax Property

Definition

Gets or sets sysctl setting fs.file-max.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to