You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config-linux.md
+7
Original file line number
Diff line number
Diff line change
@@ -554,6 +554,13 @@ The following rules on parameters MUST be applied:
554
554
555
555
* If `closID` is set, and neither of `l3CacheSchema` and `memBwSchema` are set, runtime MUST check if corresponding pre-configured directory `closID` is present in mounted `resctrl`. If such pre-configured directory `closID` exists, runtime MUST assign container to this `closID` and [generate an error](runtime.md#errors) if directory does not exist.
556
556
557
+
***`enableCMT`***(boolean, OPTIONAL)* - specifies if Intel RDT CMT should be enabled:
558
+
* CMT (Cache Monitoring Technology) supports monitoring of the last-level cache (LLC) occupancy
559
+
for the container.
560
+
561
+
***`enableMBM`***(boolean, OPTIONAL)* - specifies if Intel RDT MBM should be enabled:
562
+
* MBM (Memory Bandwidth Monitoring) supports monitoring of total and local memory bandwidth
0 commit comments