Service.Ulimits 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.
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