Slow Samba performances - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101) +--- Thread: Slow Samba performances (/showthread.php?tid=6844) |
Slow Samba performances - Ross - 11-19-2018 Hello I am running Ubuntu18.04.1 LTS on my RockPro64 with the 4.4.154-1124-rockchip-ayufan-ged3ce4d15ec1 kernel. I have trouble to make samba running at full speed (I can expect almost 90MB/s) while transfering a file from the board (SD card) to my W10 desktop. The speed start around 90 MB/s for almost 70% of the file and fall down to 30 MB/s (even less) for the remaining of the file (and for other files as well). I test with a 2.5 GB file. When I transfert a file from my QNAP, I run at 100 MB/s. Does anybody know how to boost samba preformance ? Boost SD card accesses ? Problem with the SD card ? Thank you in advance Ross RE: Slow Samba performances - Ryan - 11-19-2018 I guess the SD card could be the performance bottle neck. Try with a NVMe SSD, SATA drive, or a good performance USB3 flash drive. Or if your RP64 has 4GB memory, you can simply use memory based disk. # mount -t tmpfs none /some/where/ RE: Slow Samba performances - fosf0r - 11-28-2018 Is your Samba server speaking at least SMB2 protocol? (I think it chooses terrible SMB1 if you don't tell it otherwise.) Edit your conf: [global] min protocol = SMB2 Then, systemctl restart smbd.service If you have a suitably good version of Samba you might be able to specify SMB3 but that excludes all pre-Win10 devices and Samba SMB3 support is still limited, ymmv, etc. |