Share via


Service.Ulimits Property

Definition

Represents a collection of ulimit constraints for the service. Ulimits specify system resource limitations to be applied to the container, such as maximum number of open files or maximum stack size.

[YamlDotNet.Serialization.YamlMember(Alias="ulimits", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.Dictionary<string,Aspire.Hosting.Docker.Resources.ServiceNodes.Ulimit> Ulimits { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ulimits", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Ulimits : System.Collections.Generic.Dictionary<string, Aspire.Hosting.Docker.Resources.ServiceNodes.Ulimit> with get, set
Public Property Ulimits As Dictionary(Of String, Ulimit)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to