Skip to content

New feat: readahead like option #180

@niziak

Description

@niziak

I'm building remotely huge images to flash. Remote images are xz compressed with maximum compression level to reduce time needed to download it to my location.

I'm using ratarmount to wrap vendor specific flashing script and add support for .xz compressed directory.

I noticed that vendor flashing tool is not well optimised: it reads chunk of image , then it transfer it over USB and waits for target until chunk is flashed. So during this wait time it will be nice that remote .xz file (over NFS) will be read into page cache for further use.

Currently I'm spawning vmtouch into background to achieve this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceSomething is slower than it could be

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions