Is the docker image automatically multithreaded? I seem to be seeing CPU usage of over 100% pretty constantly according to docker stats
and want to make sure that I’m using as many of my 32 cores as possible.
The Duplicacy Docker image is capable of using multiple threads, but you need to explicitly specify the number of threads for backup or restore operations.
To Utilize Multiple Cores:
-
Specify Threads: Use the
-threads
option in your backup or restore commands. For example:duplicacy backup -threads 32
-
Monitor CPU Usage: Check your container’s resource allocation and ensure Docker is set up to allow the container to utilize all available cores.
This setup should help you fully utilize your 32 cores.
Hope this helps! You might be wondering, do I work here? No, but I did stay at a Holiday Inn Express last night.