On Tue, Jul 9, 2013 at 9:46 AM, CM Fields <cmfil...@gmail.com> wrote:
> Is rsync speed limited to 160MB/sec read speeds due to the chunk > read size? Or, are we seeing just a coincidence and the limitation > is somewhere else? > The fileio routines are usually reading 256K chunks except for the receiver, which tries to read 16K chunks (since it may be randomly accessing the file data in some cases). Give the 3.1.0dev code a try -- it aligns its reads on 1K boundaries. That might help the speed. It also has better I/O throughput between processes. ..wayne..
-- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html