1
0
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
Jiri Mencak
f789d17773 hpc-compute profile: Remove vm.hugepages_treat_as_movable
In the old kernels, vm.hugepages_treat_as_movable tunable was aimed at
reducing memory fragmentation.  Things have changed since then and this
tunable is no longer present in recent kernels:
https://lore.kernel.org/lkml/20171003072619.8654-1-mhocko@kernel.org/t/

Its presence in the hpc-compute profile causes TuneD to log errors.
Remove it.

Signed-off-by: Jiri Mencak <jmencak@users.noreply.github.com>
2022-09-14 13:42:26 +02:00
Petrillo, Neale Angelo
8f6433336d Removed superfluous sched_migration_cost_ns declaration
kernel.sched_migration_cost_ns=5000000 was being defined here even though it was defined in the included latency-performance profile. Removed to eliminate redundancy.
2019-02-22 12:52:51 -05:00
Neale Petrillo
da6a2925af
Update tuned.conf 2019-01-30 14:41:11 -05:00
Neale Petrillo
6c8c9ce837
Update tuned.conf 2019-01-30 14:30:39 -05:00
Petrillo, Neale Angelo
550a3f1d1e Initial commit of HPC compute profile 2019-01-25 21:13:54 -05:00