Values.MaximumAllowedResourcesSourceThe maximum allowed cumulative resources for an application. No new resources will be created once the limit is hit.
type nonrec t = {cpu : CpuSize.t;The maximum allowed CPU for an application.
*)memory : MemorySize.t;The maximum allowed resources for an application.
*)disk : DiskSize.t option;The maximum allowed disk for an application.
*)}