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

x86: config: Increase maximum number of CPUs to 512 #360

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Avenger-285714
Copy link
Collaborator

The default number is 64.
At a cloud environment, you may be assigned 128 or more CPUs so that 64 is not enough.

Reported-by: Zhao Ou [email protected]

The default number is 64.
At a cloud environment, you may be assigned 128 or more
CPUs so that 64 is not enough.

Reported-by: Zhao Ou <[email protected]>
Signed-off-by: WangYuli <[email protected]>
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign xzl01 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@deepin-ci-robot
Copy link

deepin pr auto review

关键摘要:

  • CONFIG_NR_CPUS配置项后新增了一个值,但未提供上下文说明为什么需要设置这个特定的值。
  • 检查CONFIG_NR_CPUS=512是否与系统架构和硬件兼容,避免潜在的配置错误。

是否建议立即修改:

  • 是,建议添加必要的注释来解释CONFIG_NR_CPUS=512的用途和原因,以便其他开发者理解这一变更。
  • 是,需要确认新增的配置项值512是否与系统架构和硬件兼容,避免潜在的配置错误。

@Avenger-285714 Avenger-285714 merged commit 224b2cc into deepin-community:linux-6.6.y Aug 13, 2024
4 of 6 checks passed
@Avenger-285714 Avenger-285714 deleted the nr_cpu branch August 13, 2024 04:10
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