- Jun 12, 2024
- 5
- 4
- 3
- CPU:
- AMD Rayzen 7 5800H with Radeon Graphics
I've found a solution to slow upload internet in the vm
Run the below command in macOS guests to turn off TSO
To have any sysctl setting stick between restarts:
create a file
Run the below command in macOS guests to turn off TSO
sudo sysctl -w net.inet.tcp.tso=0
To have any sysctl setting stick between restarts:
create a file
/etc/sysctl.conf
and add a below entrynet.inet.tcp.tso=0