-
-
Notifications
You must be signed in to change notification settings - Fork 300
SMB protocol way slower since > 8.7.2 #16135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Relates to #15817 |
Probably blocked by upstream issue 1. Footnotes |
Depends on 1. Footnotes |
i can report that smb transfers are still slow as f in 9.0.2 (and need a good amount of CPU resources). Maybe its the wrong place/time/setting, but what was the issue with "the old" implementation for smb (pre smbj)? (implying to roll it back ;) as @dkocher is astonished on the PR on their side too. maybe its not a very activly maintained project and thus not a good choice from the beginning?) I guess there are many people expieriencing this bug, but just don't recognize it could be an issue in a software ("huh, my wifi is probabaly bad today 🤷♂️") Best, ![]() |
Has anyone experienced a pick up of speeds since this update? I'm still getting incredibly slow speeds when using cyberduck (340KBps) vs finder (270MBps) [GLOBAL: vfs objects = fruit streams_xattr] In my Debug logs I'm getting a never ending loop of:
with random instances of:
on v9.1.2 |
Ok on v.9.1.3 it is a bit quicker at 7MB/s Can cyberduck ever saturate my network and reach the speeds of finder or is that just not possible? |
I have opened 1 to provide a profile with encryption disabled that will allow for better throughput when the server does not require encrypted connections. Footnotes |
@smashah Let me know if you can test the SMB (No Encryption) connection profile now available from Preferences → Profiles. |
I can reproduce this problem using MBP M2 with Ethernet Adapter and Ubuntu SMB Server. Link Speed:1Gbps v8.7.2 v9.1.3 |
I've just tried again on 9.1.3 with a fresh bookmark and the mentioned unencrypted profile. The speed is still dropping quickly to an unbearable speed (here 2.2 MB/s, but it will drop even more the longer it transfers), see the attached screenshots. Finder SMB is still fast (~80 MB/s throughout the whole transfer). Sorry for testing on Wifi, but I've observed the same on Ethernet a month ago or so but didn't screenshot it at the time. ![]() ![]() ![]() Maybe we can reopen this if you don't mind @dkocher, because I think it's sadly not yet resolved :( For anyone thats having this problem as well, it's maybe worth to use the workaround to transfer files over sftp (ssh) instead, but it's (for me) around 50% slower then smb was <= 8.7.2 or via finder. |
Regression from 0655747. |
Describe the bug
The last version I've had a good smb connection speed with was 8.7.2. I believe I've tried to update to 8.8 which killed the performance. Before: 50 MB/s (limited by the hardware at the smb sever), everything after 8.7.2. => ~5-8 MB/s.
I've seen that you've changed the encryption to be on by default between the versions, which i thought was the problem, so i rolled back and it was fast again.
Today I'v seen a major version update and noticed in the changelog that you've reverted the changes to the SMB connection, so I tried updating again. But sadly, the speed is still droppping to around 5 MB/s.
Any idea whats going on? I've checked again with the old version (8.7.2), and with this, the speed is at the old level ~50 MBs again.
The smb server is a fairly vanilla
samba
on ubuntu 22.04.Best, Michael
The text was updated successfully, but these errors were encountered: