Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f24de64 authored by Pavankumar Kondeti's avatar Pavankumar Kondeti Committed by Gerrit - the friendly Code Review server
Browse files

sched/tune: Increase the cgroup limit to 6



The schedtune cgroup controller allows upto 5 cgroups including the
default/root cgroup. Until now the user space is creating only
4 additional cgroups namely, foreground, background, top-app and
audio-app. Recently another cgroup called rt is created before
the audio-app cgroup. Since kernel limits the cgroups to 5, the
creation of audio-app cgroup is failing. Fix this by increasing
the schedtune cgroup controller cgroup limit to 6.

Change-Id: I13252a90dba9b8010324eda29b8901cb0b20bc21
Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
parent 86b41365
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -162,7 +162,7 @@ root_schedtune = {
 *    implementation especially for the computation of the per-CPU boost
 *    implementation especially for the computation of the per-CPU boost
 *    value
 *    value
 */
 */
#define BOOSTGROUPS_COUNT 5
#define BOOSTGROUPS_COUNT 6


/* Array of configured boostgroups */
/* Array of configured boostgroups */
static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {
static struct schedtune *allocated_group[BOOSTGROUPS_COUNT] = {