File: sample-conf.yaml

package info (click to toggle)
golang-github-intel-goresctrl 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,064 kB
  • sloc: makefile: 19; sh: 15
file content (25 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
options:
  l2:
    optional: true
  l3:
    optional: true
  mb:
    optional: true
partitions:
  default:
    l2Allocation: "100%"
    l3Allocation: "100%"
    mbAllocation: ["100%", "4000000000MBps"]
    classes:
      Guaranteed:
        l3Allocation: "100%"
        l2Allocation: "100%"
        mbAllocation: ["100%", "4000000000MBps"]
      Burstable:
        l3Allocation: "60%"
        l2Allocation: "60%"
        mbAllocation: ["60%", "10000MBps"]
      Besteffort:
        l3Allocation: "30%"
        l2Allocation: "30%"
        mbAllocation: ["30%", "4000MBps"]