Dear community,
we have got starlingx running on bare metal and experience an issue that docker demon claims only 4 cpus out of 32.
"docker info" output contains
CPUs: 4
"nproc" also returns 4
"nproc --all" returns 32 as expected
/usr/lib/systemd/system/docker.service contains
LimitNPROC=infinity
LimitCORE=infinity
Where are these limit of 4 set and how can I change them?
BR
Sten