사용자 정의 커널 구성을 사용하는 Linux 컴퓨터가 느린 것 같습니다. Linux 커널 에서도 make menuconfig
메뉴가 다시 그려지는 것을 볼 수 있을 만큼 느립니다. 을 실행하면 cpupower frequency-info
주파수가 150MHz 미만입니다. 하지만 이 CPU의 최소 주파수는 500MHz입니다. 이는 Intel® Pentium® 쿼드 코어 프로세서 N3540(최대 2.66GHz)입니다. 나는 이런 것을 본 적이 없습니다.
빈도가 왜 이렇게 낮나요? 부팅 이후 CPU-주파수 구성을 건드리지 않았습니다. 컴퓨터가 절전 모드에서 RAM으로 다시 시작됩니다.
주파수를 수동으로 설정할 수 있지만 약 64MHz로 고정되어 있습니다.
$ LANG= cpupower frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 500 MHz - 2.67 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 500 MHz and 1.07 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 129 MHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
lscpu
컴퓨터가 정상일 때 출력이 생성됩니다.
$ LANG= lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 36 bits physical, 48 bits virtual
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 4
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 55
Model name: Intel(R) Pentium(R) CPU N3540 @ 2.16GHz
Stepping: 8
CPU MHz: 618.821
CPU max MHz: 2665.6001
CPU min MHz: 499.8000
BogoMIPS: 4331.60
Virtualization: VT-x
L1d cache: 24K
L1i cache: 32K
L2 cache: 1024K
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 syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer rdrand lahf_lm 3dnowprefetch epb pti tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
답변1
매개 변수에 관계없이 부하가 충분히 가벼우면 프로세서 자체가 느려지기 때문에 CPU 주파수는 제한을 벗어날 수 있습니다.
실제로 수행해야 할 작업이 있을 때 CPU 주파수가 매우 빠르게 올라가지 않는 경우에만 걱정해야 합니다. 그러나 그렇지 않은 경우 다음과 같은 몇 가지 가능성이 있습니다.
배터리 문제는 배터리가 매우 부족하고 충전되지 않는 경우입니다.
전원 코드를 뽑았다가 다시 연결(또는 재부팅)하면 해결될 수 있는 일반적인 OS 혼란입니다.
노트북 케이스가 따뜻하지 않은 경우에도 발생할 수 있는 CPU 냉각 문제. 그러니 센서를 확인해 보세요.
수리점이 필요한 심각한 문제입니다.