Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Kang <kang.zhang@intel.com>
  • Loading branch information
kangclzjc committed Jan 23, 2024
1 parent 0c48c2a commit 1e0525d
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/proposals/koordlet/20231227-koordlet-resctrl-qos-enhance.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,26 +141,22 @@ Below is the example value of the annotation. schemata defines all caches' confi
"schemata": {
"range": [20,80],
},
"schemataPerCache": {
"schemataPerCache": [
{
"cacheid" : 0,
"schemata": {
"range": [20,50],
}
"range": [20,50]
},
{
"cacheid" : 1,
"schemata": {
"range": [20,60],
}
"range": [20,60]
},
},
],
},
"MB": {
"schemata": {
"percent": 20,
},
"schemataPerCache": {
"schemataPerCache": [
{
"cacheid": 0,
"percent": 20
Expand All @@ -169,7 +165,7 @@ Below is the example value of the annotation. schemata defines all caches' confi
"cacheid": 1,
"percent": 40
},
},
],
}
}
```
Expand Down

0 comments on commit 1e0525d

Please sign in to comment.