모든 코어가 활성화되지 않았으며 NR_CPUS 제한이 초과되었습니다. [닫기]

모든 코어가 활성화되지 않았으며 NR_CPUS 제한이 초과되었습니다. [닫기]

어제 새 시스템에 Lubuntu 18.04를 설치했습니다.

마더보드: ASUS Rog Strix H370-I

CPU: I7-8700T(6코어 + 하이퍼스레딩)

모든 것이 잘 작동하지만 dmesg다음을 볼 수 있습니다.

root@lubuntu:~# dmesg | grep smpboot
[    0.000000] smpboot: 12 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.028000] smpboot: CPU0: Intel(R) Core(TM) i7-8700T CPU @ 2.40GHz (family: 0x6, model: 0x9e, stepping: 0xa)
[    0.032868] smpboot: Max logical packages: 1
[    0.032868] smpboot: Total of 8 processors activated (38400.00 BogoMIPS)

여기서 하이퍼스레딩 기능이 추가 코어로 인식되는 것을 볼 수 있습니다.

문제는 12개의 "코어" 중 8개만 사용할 수 있다는 것입니다.

NR_CPUS한도를 8에서 12로 늘리려면 어떻게 해야 합니까 ?

htop그리고 top12개가 아닌 8개의 코어가 표시됩니다. 추가 드라이버나 펌웨어를 설치해야 할지 모르겠습니다. 아니면 새로운 커널을 기다려야 할까요?

lscpu그리고 제공된 정보는 다음과 같습니다 cpuinfo.

root@lubuntu:~# lscpu
Architecture:        i686
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              8
On-line CPU(s) list: 0-7
Thread(s) per core:  1
Core(s) per socket:  6
Socket(s):           1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               158
Model name:          Intel(R) Core(TM) i7-8700T CPU @ 2.40GHz
Stepping:            10
CPU MHz:             800.478
CPU max MHz:         4000.0000
CPU min MHz:         800.0000
BogoMIPS:            4800.00
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            256K
L3 cache:            12288K
Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves ibpb ibrs stibp dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp

root@lubuntu:~# cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 158
model name      : Intel(R) Core(TM) i7-8700T CPU @ 2.40GHz
stepping        : 10
microcode       : 0x84
cpu MHz         : 800.123
cache size      : 12288 KB
physical id     : 0
siblings        : 8
core id         : 0
cpu cores       : 6
apicid          : 0
initial apicid  : 0
fdiv_bug        : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 22
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves ibpb ibrs stibp dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
bugs            : cpu_meltdown spectre_v1 spectre_v2
bogomips        : 4800.00
clflush size    : 64
cache_alignment : 64
address sizes   : 39 bits physical, 48 bits virtual
power management:

[프로세서 1~7도 마찬가지]

다른 명령도 테스트했습니다.

내 그럽 라인은 다음과 같습니다

GRUB_CMDLINE_LINUX_DEFAULT="quiet maxcpus=12 nr_cpus=12 possible_cpus=12 splash"

...하지만 작동하지 않습니다. 여전히 코어는 8개뿐입니다.

기타 출력:

root@lubuntu:~# cat /proc/version
Linux version 4.15.0-20-generic (buildd@lgw01-amd64-033) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #21-Ubuntu SMP Tue Apr 24 06:15:38 UTC 2018

grub cmd 줄을 편집한 후:

root@lubuntu:~# cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic root=UUID=10cb110b-df14-4a5f-b4de-1791af851f03 ro quiet maxcpus=12 nr_cpus=12 possible_cpus=12 splash vt.handoff=1

오늘 나는 실수로 Lubuntu를 설치했다는 것을 깨달았습니다.i386바꾸다AMD64;아마도 이것이 나의 잘못된 행동의 이유가 될 수 있을까요? 오늘 밤에는 올바른 Lubuntu 배포판을 설치하고 다시 보고하겠습니다.

답변1

nr_cpus부트로더 명령줄에서 커널 매개변수를 사용하여 이를 재정의할 수 있습니다.

... quiet nr_cpus=12 ...

답변2

해결책:

Lubuntu에서 i368 버전을 설치했습니다. AMD64 버전을 설치한 후 모든 것이 잘 작동합니다.

당신의 도움을 주셔서 감사합니다.

관련 정보