dlt-system uses a lot of page cache during file transfer
Open
question
- Dominant language
- C
- Stars
- 459
- Forks
- 340
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 2
Description
dlt-system reads file content block by block only once and sends it to the dlt library. The file content is never read again, thus file access could be done in O_DIRECT mode without consuming as much memory resources.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.