mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-02-01 09:20:23 +00:00
This patch preserves the CFQ I/O scheduler parameters: * Foreground blkio.weight (CfqWeight) 1000 * Foreground blkio.group_idle (CfqGroupIdle) 2000 * Background blkio.weight (CfqWeight) 200 * Background blkio.group_idle (CfqGroupIdle) 0 This patch prepares for migration of the blkio controller to the v2 cgroup hierarchy. Bug: 213617178 Change-Id: Ieddbe3abc53c5911252a369aa0aaa7fcb602fd07 Signed-off-by: Bart Van Assche <bvanassche@google.com>
142 lines
2.7 KiB
JSON
142 lines
2.7 KiB
JSON
{
|
|
"Profiles": [
|
|
{
|
|
"Name": "CameraServiceHighCapacity",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "cpuset",
|
|
"Path": "camera-daemon-dedicated"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "LowIoPriority",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "blkio",
|
|
"Path": "background"
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqGroupIdle",
|
|
"Value": "0",
|
|
"Optional": "true"
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqWeight",
|
|
"Value": "200",
|
|
"Optional": "true"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "NormalIoPriority",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "blkio",
|
|
"Path": ""
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqGroupIdle",
|
|
"Value": "2000",
|
|
"Optional": "true"
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqWeight",
|
|
"Value": "1000",
|
|
"Optional": "true"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "HighIoPriority",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "blkio",
|
|
"Path": ""
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqGroupIdle",
|
|
"Value": "2000",
|
|
"Optional": "true"
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqWeight",
|
|
"Value": "1000",
|
|
"Optional": "true"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "MaxIoPriority",
|
|
"Actions": [
|
|
{
|
|
"Name": "JoinCgroup",
|
|
"Params":
|
|
{
|
|
"Controller": "blkio",
|
|
"Path": ""
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqGroupIdle",
|
|
"Value": "2000",
|
|
"Optional": "true"
|
|
}
|
|
},
|
|
{
|
|
"Name": "SetAttribute",
|
|
"Params":
|
|
{
|
|
"Name": "CfqWeight",
|
|
"Value": "1000",
|
|
"Optional": "true"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|