ibaun
ibaun
Testing different installs I've found that the problem does not occur anymore if I downgrade osx installs to version SSHFS 2.5 + FUSE 2.7.3 / OSXFUSE 2.8.0 (previously at FUSE...
Got sshfs 2.9 from release $ ./sshfs --version SSHFS version 2.9 OSXFUSE 3.6.0 FUSE library version: 2.9.7 fuse: no mount point compiled with ./configure --enable-sshnodelay and tested all 4 options...
About 100-110 MB/s
I downgraded sshfs to 2.5 using a build from source, but can't seem to get a connection to the server with that version. $ ./sshfs --version SSHFS version 2.5 OSXFUSE...
The probleem seems to be caused by the osxfuse version. I've downgraded sshfs to 2.5 successfully using a precompiled binary and that didn't help. The only thing that helped was...
So according to https://github.com/osxfuse/osxfuse/issues/389 maybe the sshfs `st_blksize` should be configurable? I recompiled sshfs 2.9 with `sshfs.blksize = 4096*1024;` instead of `4096`, and I'm at 55 MB/s using osxfuse 3.4.0....
For future reference: the prebuilt libs aren't built with the serialization library included. So you need to run the build script with 'serialization' included in the BOOST_LIBS var.