Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS Standardization: Kernel, Power, and Update Policies #635

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mnaghavi
Copy link
Contributor

No description provided.

@cloudnull
Copy link
Contributor

This is great as is, but I would like to see if we could convert this to using TuneD?
https://ubuntu.com/server/docs/tuned - tuneD with the high throughput option should take care of the governor for us, as well as perform many other system optimizations which enhance overall performance.

Something like

tuned-adm profile throughput-performance

Output check

tuned-adm active

The package installs a service that will manage the profiles automatically once set.

systemctl status tuned.service 
● tuned.service - Dynamic System Tuning Daemon
     Loaded: loaded (/lib/systemd/system/tuned.service; enabled; preset: enabled)
     Active: active (running) since Sat 2024-12-21 09:36:14 CST; 1min 35s ago
       Docs: man:tuned(8)
             man:tuned.conf(5)
             man:tuned-adm(8)
   Main PID: 1779531 (tuned)
      Tasks: 4 (limit: 76595)
     Memory: 16.8M
        CPU: 448ms
     CGroup: /system.slice/tuned.service
             └─1779531 /usr/bin/python3 -Es /usr/sbin/tuned -l -P

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants