knobs_unsupported.go 175 B

12345678
  1. //go:build !linux
  2. // +build !linux
  3. package kernel
  4. // ApplyOSTweaks applies the configuration values passed as arguments
  5. func ApplyOSTweaks(osConfig map[string]*OSValue) {
  6. }