We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40599f7 commit d25597aCopy full SHA for d25597a
src/pkg/cli/compose/validation.go
@@ -239,7 +239,7 @@ func ValidateProject(project *compose.Project) error {
239
}
240
241
if reservations == nil || reservations.MemoryBytes == 0 {
242
- term.Warnf("service %q: missing memory reservation; specify deploy.resources.reservations.memory to avoid out-of-memory errors", svccfg.Name)
+ term.Warnf("service %q: missing memory reservation; using provider-specific defaults. Specify deploy.resources.reservations.memory to avoid out-of-memory errors", svccfg.Name)
243
244
245
if dnsRoleVal := svccfg.Extensions["x-defang-dns-role"]; dnsRoleVal != nil {
0 commit comments