Files
podman/pkg/specgen/resources_freebsd.go
Doug Rabson 911e4a1389 specgen/generate: Factor out setting resource limits from CompleteSpec
This avoids setting values in the spec which are not supported on
FreeBSD - including these values causes warning messages for the
unsupported features.

[NO NEW TESTS NEEDED]

Signed-off-by: Doug Rabson <dfr@rabson.org>
2022-09-08 08:24:18 +01:00

9 lines
139 B
Go

package specgen
import (
"github.com/containers/common/pkg/config"
)
func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) {
}