-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16866 bio: pre-allocate more DMA chunks on engine start (#15579)
Each VOS xstream used to pre-allocate 24 DMA chunks (192MB) on engine start, then the per-xstream DMA buffer will be expanded on-demand until hitting the upper bound (128 chunks, 1GB by default). This PR bumped the pre-allocate size to 60% of upper bound, and made the pre-allocate percentage configurable via env var DAOS_DMA_INIT_PCT. Signed-off-by: Niu Yawei <[email protected]>
- Loading branch information
Showing
3 changed files
with
35 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters