dperson / samba

Samba docker container
GNU Affero General Public License v3.0
1.5k stars 509 forks source link

60MBs on 1Gbs network, why? #426

Closed nemanjam closed 1 year ago

nemanjam commented 1 year ago

I expected at least 90MBs, why does this work slower? With iperf I get 950Mbs without issues.

Here is my docker-compose.yml:

https://github.com/nemanjam/homelab/blob/main/samba/docker-compose.yml

I tried adding this but it doesn't change anything, still 60MBs.

  environment:
   ...
   - GLOBAL=socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
nemanjam commented 1 year ago

This happens only from one client with Ubuntu 20.04, so it's related to that system, if someone has clue how to debug this?

The container is fine, so I will close this topic.