Share via


Ulimit.Hard Property

Definition

Gets or sets the hard limit for the resource control.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The hard limit defines the maximum value that cannot be exceeded. It is usually set by an administrator and imposes a strict upper boundary. This property can be null, indicating no hard limit is set.

Applies to