mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00

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>
9 lines
139 B
Go
9 lines
139 B
Go
package specgen
|
|
|
|
import (
|
|
"github.com/containers/common/pkg/config"
|
|
)
|
|
|
|
func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) {
|
|
}
|