Load Average on Luckfox Pico Ultra W RV1106 with Buildroot

  • Hello, the performance optimization of the system is not within the scope of technical support. For your issue, I can only offer some simple suggestions. For more details, please conduct your own tests and confirm.
    1. The load average can be used to represent (not equivalent) the length of the process queue waiting for scheduling . These processes may just be waiting for a certain resource or lock. If they do not excessively occupy CPU and memory, the system can operate normally. In actual tests, when the default image of load average is around 10, RV1106 can still run the rkips routines that require more CPU scheduling. This can be used to determine that there is no direct connection between load average and system lag.
    2. The high value of load average is mainly affected by the rockit driver. If you need the load average to be at a lower level, you cannot use the operations related to hardware coding. The source code of rockchip's driver is not open source, so it is impossible to further determine the reason for the high load average value.
    3. We have no relevant experience for this issue and cannot provide suggestions.
  • Thank you very much.