Hey guys,
I’m downloading a file from my VPS to my local machine using scp with 50% speed. Once I’m disabling docker on my VPS (sudo systemctl stop docker.socket
and sudo systemctl stop docker
) it went up to 100%. Does anyone know why Docker is bottlenecking the Host? I already stopped all containers that are used and cleaned everything up. All other services are bottlenecked too, like NextCoud inside docker. Speed tests always gave me 100% speed. Uploading files to the VPS is always with100% speed.
I’m using:
- Docker version 20.10.18, build b40c2f6
- Debian 11
- 8 GB RAM (2GB avg. load)
- 4 cores(barely used at any time)
Kind Regards!!