COVESA / COVESA/dlt-daemon

dlt-system uses a lot of page cache during file transfer

Open
#35 2 comments 0 reactions 1 assignee Assigned to @minminlittleshrimp View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.