scottyhardy / docker-wine

Docker image that includes Wine and Winetricks for running Windows applications on Linux and macOS
MIT License
889 stars 152 forks source link

Kubernetes loads only one thread up to 100% or two threads totaling 100%? #164

Open info-infoman opened 10 months ago

info-infoman commented 10 months ago

I launched your project in Kubernetes on the truenas platform, but when I try to run the installation of a heavy program, the msiexec process is not distributed across the processor cores. At the same time, on a virtual machine where a full-fledged Windows 10 is installed, it works fine:

Безымянный111

I tried different settings, but when creating containers with heavy installations, either only one thread is loaded, or two with a total load of 100%. No distribution among other streams. CPU Limit = 16000. Maybe someone knows how to configure Kubernetes so that it spreads the load across all threads?