Hey,
I created a local samba share on the host but it seems to be capped at 110MB/s
The 2.5gb adapter runs at 250MB/s when connected to a vm but when directly accessing the samba share on that 2.5gbe adapter I only get 110MB/s
samba config:
Read more
I created a local samba share on the host but it seems to be capped at 110MB/s
The 2.5gb adapter runs at 250MB/s when connected to a vm but when directly accessing the samba share on that 2.5gbe adapter I only get 110MB/s
samba config:
Code:
[global]
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
write cache size = 524288
read raw = yes
write raw = yes
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write...
Read more