Ulimit.Soft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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