Revert "fs,kernel,mm: tune to Ktweak balance"

This reverts commit 50e7a3b302.
This commit is contained in:
Ksawlii 2024-12-18 11:09:11 +01:00
parent afd9b3fd16
commit 8ce8f6324e
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@ EXPORT_SYMBOL_GPL(sysctl_sched_features);
#if !defined(CONFIG_ANDROID)
const_debug unsigned int sysctl_sched_nr_migrate = 32;
#else
const_debug unsigned int sysctl_sched_nr_migrate = 32;
const_debug unsigned int sysctl_sched_nr_migrate = 8;
#endif
/*

View file

@ -88,7 +88,7 @@ unsigned int sysctl_sched_child_runs_first __read_mostly;
unsigned int sysctl_sched_wakeup_granularity = 1000000UL;
static unsigned int normalized_sysctl_sched_wakeup_granularity = 1000000UL;
const_debug unsigned int sysctl_sched_migration_cost = 500000UL;
unsigned int __read_mostly sysctl_sched_migration_cost = 500000UL;
int sched_thermal_decay_shift;
static int __init setup_sched_thermal_decay_shift(char *str)