Expected behavior
Use more than just 1 Gb of memory and more than just 1 cpu.
Actual behavior
Docker Containers are limited to 1Gb and 1cpu/2cores.
Information
System is “up to date” Windows Server 2019.
Docker was installed using Powershell:
[…]
Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview
and then configured to use linux containers:
[Environment]::SetEnvironmentVariable(“LCOW_SUPPORTED”, “1”, “Machine”)
All tips and tricks about setting the cpu and memory limits weren’t useful:
- Docker Desktop Configuration GUI is not available.
- Docker commandline (-m 8G, -cpus=“4”) didn’t change anything
What is the right way to configure LCOW cpu and memory, or what is the right alternative to run linux containers on Windows Server 2019?
Thx for your time and help,
Stefan