Skip to content

Commit

Permalink
kernel: sched: tune: reduce stune values
Browse files Browse the repository at this point in the history
  • Loading branch information
penglezos committed Jan 14, 2021
1 parent 15c71a9 commit af7cc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/sched/tune.c
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,9 @@ static void write_default_values(struct cgroup_subsys_state *css)
static struct st_data st_targets[] = {
{ "audio-app", 0, 0, 0, 0 },
{ "background", 0, 0, 0, 0 },
{ "foreground", 1, 1, 0, 1 },
{ "foreground", 0, 1, 0, 1 },
{ "rt", 0, 0, 0, 0 },
{ "top-app", 5, 1, 0, 1 },
{ "top-app", 1, 1, 0, 1 },
};
int i;

Expand Down

0 comments on commit af7cc16

Please sign in to comment.