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

run "lscpu",The value of "CPU min MHz" is 0 #2827

Closed
liuzitong12 opened this issue Mar 6, 2024 · 0 comments
Closed

run "lscpu",The value of "CPU min MHz" is 0 #2827

liuzitong12 opened this issue Mar 6, 2024 · 0 comments

Comments

@liuzitong12
Copy link

Add "maxcpus=144" to the startup command.
maxcpus

After the restart, run the lscpu command. It is found that the CPU min MHz is 0, which is expected to be 400 MHz.
CPU min MHz = 0

If the number of cores is not limited and all cores are started, the CPU min MHz is 400.
The online core has the /sys/devices/system/cpu/cpux/cpufreq folder, but the offline core does not have the folder. Therefore, the /sys/devices/system/cpu/cpux/cpufreq/cpuinfo_min_freq of the offline core fails to be read. As a result, the calculated CPU min MHz is 0.
cpufreq

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

No branches or pull requests

1 participant