github.com/intel/goresctrl@v0.5.0/cmd/rdt/sample-conf.yaml (about) 1 options: 2 l2: 3 optional: true 4 l3: 5 optional: true 6 mb: 7 optional: true 8 partitions: 9 default: 10 l2Allocation: "100%" 11 l3Allocation: "100%" 12 mbAllocation: ["100%", "4000000000MBps"] 13 classes: 14 Guaranteed: 15 l3Allocation: "100%" 16 l2Allocation: "100%" 17 mbAllocation: ["100%", "4000000000MBps"] 18 Burstable: 19 l3Allocation: "60%" 20 l2Allocation: "60%" 21 mbAllocation: ["60%", "10000MBps"] 22 Besteffort: 23 l3Allocation: "30%" 24 l2Allocation: "30%" 25 mbAllocation: ["30%", "4000MBps"]