Skip to content

Commit

Permalink
sched/uclamp: tune configs for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
mylove90 committed Apr 6, 2024
1 parent 1677f9a commit fed31ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/cgroup/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2083,12 +2083,12 @@ static void uclamp_set(struct kernfs_open_file *of,

static struct ucl_param tgts[] = {
{"audio-app", "0", "60", 0, 0},
{"top-app", "0", "100", 0, 1},
{"top-app", "0", "100", 1, 1},
{"foreground", "0", "50", 0, 1},
{"background", "0", "40", 0, 0},
{"system-background", "0", "40", 0, 0},
{"restricted", "0", "20", 0, 0},
{"camera-daemon", "20", "max", 1, 1},
{"camera-daemon", "0", "40", 0, 0},
};

for (i = 0; i < ARRAY_SIZE(tgts); i++) {
Expand Down

0 comments on commit fed31ea

Please sign in to comment.