Slow Upload Speed When Connecting Over LAN
This document will help you fix slow upload speeds when connecting to your BlueBubbles Server over your LAN.
What's the issue?
When sending attachments via BlueBubbles, upload speeds are incredibly slow when connected over your LAN (localhost/local IP)
What's the cause?
This issue only occurs in VMware deployments with vmxnet3
is used as the network adapter.
What's the fix?
To fix this issue, you just need to disable "TCP Segment Offload (TSO)" on your Mac.
Open
Terminal
on your MacRun the following command:
sudo sysctl -w net.inet.tcp.tso=0
Create the following file (if not created):
/etc/sysctl.conf
Add the following line to the
sysctl.conf
file:net.inet.tcp.tso=0
PreviousBlueBubbles Server Opens to a Blank White ScreenNextRestarting Your Server Without a Direct Connection
Last updated