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

UBUNTU: [Configs] nvidia-5.19: Update PREEMPT and CPU_FREQ configs #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jamieNguyenNVIDIA
Copy link

  • PREEMPT_VOLUNTARY: unset this in favor of CONFIG_PREEMPT_NONE

  • PREEMPT_NONE: set this as we target server workloads

  • CPU_FREQ_DEFAULT_GOV_ONDEMAND: unset this in favor of GOV_PERFORMANCE

  • CPU_FREQ_DEFAULT_GOV_PERFORMANCE: set this so CPUs run at max rates by default

- PREEMPT_VOLUNTARY: unset this in favor of CONFIG_PREEMPT_NONE
- PREEMPT_NONE: set this as we target server workloads

- CPU_FREQ_DEFAULT_GOV_ONDEMAND: unset this in favor of GOV_PERFORMANCE
- CPU_FREQ_DEFAULT_GOV_PERFORMANCE: set this so CPUs run at max rates
  by default

Signed-off-by: Jamie Nguyen <[email protected]>
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