Skip to content

Commit e253849

Browse files
kernel/cgroup: tuned uclamp values
values were taken from https://gist.github.com/Panchajanya1999/7a4ffcbd428d25299723997724fb35d8 Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent 7bd2ade commit e253849

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

kernel/cgroup/cpuset.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,10 +2128,10 @@ static void uclamp_set(struct kernfs_open_file *of,
21282128
const char *cs_name = cs->css.cgroup->kn->name;
21292129

21302130
static struct ucl_param tgts[] = {
2131-
{"top-app", "10", "100", 1, 1},
2132-
{"foreground", "0", "50", 0, 0},
2133-
{"background", "20", "100", 0, 0},
2134-
{"system-background", "0", "40", 0, 0},
2131+
{"top-app", "max", "10", 1, 1},
2132+
{"foreground", "50", "0", 0, 0},
2133+
{"background", "max", "20", 0, 0},
2134+
{"system-background", "40", "0", 0, 0},
21352135
{"camera-daemon", "50", "100", 1, 1},
21362136
};
21372137

0 commit comments

Comments
 (0)