Ulimit.Soft Property

Definition

Defines the soft limit for the Ulimit configuration. The soft limit is the value for resource restrictions that a process is allowed to increase up to the hard limit. This property is nullable, which indicates that this configuration might not be set.

[YamlDotNet.Serialization.YamlMember(Alias="soft")]
public int? Soft { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="soft")>]
member this.Soft : Nullable<int> with get, set
Public Property Soft As Nullable(Of Integer)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to