Skip to content

Add note to README to improve read speed. #4

@the2nd

Description

@the2nd

You can improve read speed of a fuse filesystem by setting readahead to e.g. 10240:

  1. Get bdi ID:
    cat /proc/self/mountinfo | grep /mnt

  2. Set readahead (if bdi id is 0:107):
    echo 10240 > /sys/class/bdi/0:107/read_ahead_kb

Maybe it worth to add a note for this to the readme.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions