Skip to content

readme: Add another cache-dropping command #69

Description

@user-name-beta

People may run sudo echo 3 > /proc/sys/vm/drop_caches as the readme tells but it will fail, since the shell first open /proc/sys/vm/drop_caches before sudo is run. This confuses users.

Propose to add a problem-free command like echo 3 | sudo tee /proc/sys/vm/drop_caches > /dev/null in the README.md. Be aware that not all distros have sudo.

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