profiles: added powersave profile tuned: reduced number of installed profiles, the rest are in compat subpackage
15 lines
301 B
Text
15 lines
301 B
Text
#
|
|
# tuned configuration
|
|
#
|
|
|
|
[main]
|
|
include=throughput-performance
|
|
|
|
[sysctl]
|
|
# Filesystem I/O is usually much more efficient than swapping, so try to keep
|
|
# swapping low. It's usually safe to go even lower than this on systems with
|
|
# server-grade storage.
|
|
vm.swappiness = 30
|
|
|
|
[script]
|
|
script=script.sh
|