commit | 0af034bf9f1066b190124630ca655306a2156457 | [log] [tgz] |
---|---|---|
author | Ocean Chen <oceanchen@google.com> | Mon Oct 07 14:48:56 2024 +0800 |
committer | Ocean Chen <oceanchen@google.com> | Mon Oct 07 14:48:56 2024 +0800 |
tree | 68b464c7d3a02ba4034182864043ed6f6600e397 | |
parent | 3c88c195812e38e6535a5ccb42f39609200e2887 [diff] |
storage: Defer blkio class configuration Move blkio class configuration from on init to on property:sys.boot_completed=1. This improves I/O balance between foreground and background processes during boot, as many background processes compete for I/O resources at that time. Deferring the configuration ensures a smoother user experience by prioritizing foreground processes. Bug: 364960533 Test: forrest build and test on felix Change-Id: If15343d4d96d55032618a4611bf9fdf47105c974