I have a problem with my windows docker hosted map. The download speed stays at 700 ~ 800 KB when I run factorio on said machine and connect to the docker map. The same goes for the computer on LAN AND people from the outside.
When I change /config set max-upload-speed to 10, it will drop to 10 at the connecting client.
When I change it to 100000 or 0 I get back to the hardcap of 700 ~ 800 KB.
I first thought that maybe docker was limiting my speed Yes it limits it a fair amount compared to the baremetal speedtest, but it's still allot more then 800 KB So now I'm in a bit of a loss why the speed is so low...
Here are some general settings / computer specs.
Code: Select all
docker run -d \
-p 34197:34197/udp \
-p 27015:27015/tcp \
-v d:/factorio:/factorio \
--name factorio2 \
--restart=always \
dtandersen/factorio