Merge "Add cpuset system group" into 24D1-dev
This commit is contained in:
commit
9d23e3c338
1 changed files with 16 additions and 0 deletions
|
@ -311,6 +311,16 @@
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": true
|
"ResetOnInit": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "SystemCpuset",
|
||||||
|
"Path": "/dev/cpuset/system/cpus",
|
||||||
|
"Values": [
|
||||||
|
"0-7",
|
||||||
|
"0-6"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0,
|
||||||
|
"ResetOnInit": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "FGCpuset",
|
"Name": "FGCpuset",
|
||||||
"Path": "/dev/cpuset/foreground/cpus",
|
"Path": "/dev/cpuset/foreground/cpus",
|
||||||
|
@ -2541,6 +2551,12 @@
|
||||||
"Type": "EndHint",
|
"Type": "EndHint",
|
||||||
"Value": "DISPLAY_UPDATE_IMMINENT"
|
"Value": "DISPLAY_UPDATE_IMMINENT"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "DISPLAY_IDLE",
|
||||||
|
"Node": "SystemCpuset",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0-6"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
"PowerHint": "DISPLAY_UPDATE_IMMINENT",
|
||||||
"Node": "CPULittleClusterDownRateLimitUs",
|
"Node": "CPULittleClusterDownRateLimitUs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue