diff options
author | Chen Ridong <chenridong@huawei.com> | 2024-10-08 14:24:58 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2024-10-08 21:46:54 +0300 |
commit | 581434654e01ec79dd02c21448ac84e2ce2d1a64 (patch) | |
tree | 636a5f6c8d79164c8f4c9767ff21c34b6bbfc14a /tools/perf/scripts/python/task-analyzer.py | |
parent | e3dddcfd3dd8b483c9ccaa06733688bb63bb7c9d (diff) | |
download | linux-581434654e01ec79dd02c21448ac84e2ce2d1a64.tar.xz |
workqueue: Adjust WQ_MAX_ACTIVE from 512 to 2048
WQ_MAX_ACTIVE is currently set to 512, which was established approximately
15 yeas ago. However, with the significant increase in machine sizes and
capabilities, the previous limit of 256 concurrent tasks is no longer
sufficient. Therefore, we propose to increase WQ_MAX_ACTIVE to 2048.
and WQ_DFL_ACTIVE is 1024 now.
Signed-off-by: Chen Ridong <chenridong@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions