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

configs: Enable HOTPLUG_CPU #6409

Merged
merged 1 commit into from
Oct 14, 2024
Merged

Commits on Oct 14, 2024

  1. configs: Enable HOTPLUG_CPU

    This works and can be useful for
    debugging/benchmarking/low power use
    
    $ nproc
    4
    $ echo 0 | sudo tee  /sys/devices/system/cpu/cpu3/online
    0
    $ echo 0 | sudo tee  /sys/devices/system/cpu/cpu2/online
    0
    $ echo 0 | sudo tee  /sys/devices/system/cpu/cpu1/online
    0
    $ nproc
    1
    
    Signed-off-by: Dom Cobley <[email protected]>
    popcornmix committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    120e4f2 View commit details
    Browse the repository at this point in the history