im running Nexus 3 on a 4 CPU Docker Host only limiting RAM Usage to the Container.
After Upgrading to sonatype/nexus3:3.17.0 from 3.16.1 Nexus tells me on the Status Page in the Admin Backend:
Available CPUs: The host system is allocating a maximum of 1 cores to the application. A minimum of 4 is recommended.
I don't know why this is even showing
So i entered the nexus container and retrieved some info how many cores are in there
cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l
Result: 4
Does anybody know whats wrong here ?