zoukankan      html  css  js  c++  java
  • Kipmi0 占用CPU 100%

    查看当前正在运行的进程发现kipmi0进程占用率达到100%

    kipmi is supposed to run with low priority. When you say it consumes 70-90% of the CPUs, is that constant (does it still consume the processor when they are other tasks in the process queue that should have a larger slice of the CPU time) or the 70%/90% comes when the machine is idle? 
    A second issue to investigate is whether you have pending controller issues (alarms of varying nature that are not resolved) and/or older versions of controller firmware.

    解决方法:

    临时降低

    echo 100 > /sys/module/ipmi_si/parameters/kipmid_max_busy_us

    永久生效(系统重启生效):

    echo "options ipmi_si kipmid_max_busy_us=100">/etc/modprobe.d/ipmi.conf

  • 相关阅读:
    [ARC080D] Prime Flip
    硬币游戏
    点分治
    OneInDark对众数的爱
    [CF838D] Airplane Arrangements
    网络流总结(转载)
    二分图最大权完美匹配(KM)
    网络流
    FWT
    FFT & NTT
  • 原文地址:https://www.cnblogs.com/linuxws/p/9020635.html
Copyright © 2011-2022 走看看