github.com/containers/podman/v4@v4.9.4/pkg/specgen/resources_freebsd.go (about)

     1  package specgen
     2  
     3  import (
     4  	"github.com/containers/common/pkg/config"
     5  )
     6  
     7  func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) {
     8  }