Takashi YAMAMOTO <[email protected]> writes: >> > is it enough to run syncthing from pkgsrc? >> > i tried to make it receive 1024 * 1GB files. it just worked fine for me. >> >> It is not enough to just run syncthing (and yes from pkgsrc). > > well, my question was more about how to make syncthing use writes via mmap. > at a glance of syncthing source, it seems using WriteAt, which i guess > is a wrapper of pwrite. > (but i'm not really sure as i'm not familiar with go.)
I have not intentionally done anything to make syncthing use mmap. By "not enough" I meant that you need RAM pressure and syncthing both.
