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

  • 相关阅读:
    Git使用及关联远程仓库
    Ceres Solver
    Halcon手眼标定
    Halcon 3D定位方法
    机器学习-数学基础
    Halcon匹配方法
    手眼标定
    C动态内存分配
    Halcon Calibration Assistant
    Visualization
  • 原文地址:https://www.cnblogs.com/linuxws/p/9020635.html
Copyright © 2011-2022 走看看