|
@@ -33,14 +33,12 @@ sudo pqos -m "all:[0-2],[3-5];"
|
|
|
|
|
|
```bash
|
|
|
pqos -e "llc:1=0x000f;llc:2=0x0ff0;"
|
|
|
-
|
|
|
```
|
|
|
|
|
|
- Set COS 1 on all sockets, COS 2 on socket 0 and 1 and COS 3 on sockets 2 to 3:
|
|
|
|
|
|
```bash
|
|
|
pqos -e "llc:1=0x000f;llc@0,1:2=0x0ff0;llc@2-3:3=0x3c"
|
|
|
-
|
|
|
```
|
|
|
|
|
|
- Associate cores 0, 2, and 6 to 10 with COS 1 and core 1 to COS 2:
|