Bug 27396 - The load average is ~1.0 even on completely idle system
Summary: The load average is ~1.0 even on completely idle system
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: sched (show other bugs) sched
Version: 6.6.88-4
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: dtcccc
QA Contact: CruzZhao
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-27 11:46 UTC by houwenwu
Modified: 2025-11-27 14:13 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description houwenwu 2025-11-27 11:46:37 UTC
Description of problem:

The load average remains approximately 1.0 even when the system is completely idle. The ps command reveals that the [load_calc] thread is in an uninterruptible sleep state. If executing  `echo 0 > /proc/async_load_calc`, the load average will return to zero later.


Version-Release number of selected component (if applicable):


How reproducible:

Steps to Reproduce:
1.echo 1 > /proc/async_load_calc
2.don't run any tasks, wait 15min
3.cat /proc/loadavg 

Actual results:
cat /proc/loadavg
1.00 1.00 1.00 1/226 19461

Expected results:
near zero load average

Additional info:
Comment 1 小龙 admin 2025-11-27 14:13:21 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6088