
Modified tuned-config package to add support to Debian packaging. Test Plan: PASS: built image successfully PASS: Installed image successfully (with tuned-config) PASS: build updated latest image (fresh env) PASS: check tuned service is loaded and active PASS: bootstrap and unlock successful PASS: check tuned service is loaded and active Story: 2009256 Task: 45109 Depends-On: https://review.opendev.org/c/starlingx/tools/+/838798 New change, adding updates from centos package from following review: https://review.opendev.org/c/starlingx/config-files/+/835665 Signed-off-by: Joao Paulo Tavares Musico <joaopaulotavares.musico@windriver.com> Change-Id: I4447016bd5a9ff9b2518a7eb61ac4050e016184e
19 lines
527 B
Plaintext
19 lines
527 B
Plaintext
#
|
|
# tuned configuration for StarlingX
|
|
#
|
|
# Local changes to this profile are not guaranteed to
|
|
# be preserved across upgrades. If you need to change
|
|
# these settings then either use another existing
|
|
# profile that has what you need or create your own.
|
|
# Also be mindful that puppet may change sysctl variables
|
|
# during host unlock.
|
|
|
|
[main]
|
|
summary=StarlingX realtime tuned profile, mostly favors performance over power
|
|
include=starlingx
|
|
|
|
[cpu]
|
|
governor=performance
|
|
force_latency=-1
|
|
energy_perf_bias=performance
|
|
min_perf_pct=100 |