Resources
Class sealed net10.0
Represents the resource configurations for a Docker service in Swarm mode.
namespace Aspire.Hosting.Docker.Resources.ServiceNodes.Swarm;
public sealed class Resources{ // ...}Remarks
Section titled Remarks The
Resources class defines the optional constraints for resource allocation by specifying limits and reservations. Limits define the maximum resources a service can utilize, while reservations define the minimum guaranteed resources.