[Bug 989301] Re: large rsync runs stall system perfomance (missing --drop-cache)
Wayne Davison
wayne at opencoder.net
Wed Dec 25 22:58:29 UTC 2013
It can easily work on both sides. e.g.:
nocache rsync -aiv --rsync-path='nocache rsync' /src/ host:/dest/
The --rsync-path option tells the remote side it should also use nocache
wrapper.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/989301
Title:
large rsync runs stall system perfomance (missing --drop-cache)
Status in “rsync” package in Ubuntu:
Confirmed
Bug description:
Please build the package with the --drop-cache patch that is available
in the tarball, to avoid filling up the io cache with not re-queried
copied data. The current behavior pushes the data of other process out
of the cache and thus slows them down.
http://insights.oetiker.ch/linux/fadvise.html
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/989301/+subscriptions
More information about the foundations-bugs
mailing list