I'm currently exploring the use of a nexus repository that runs on Oracle Linux with a container host using Podman.
I have tried to install it according to the guide, but got the error "The host system is allocating a maximum of 2 cores to the application. A minimum of 4 is recommended." on the system check status.
I have tried to check the availability of the CPU in the container with the command
Hi all,
I'm currently exploring the use of a nexus repository that runs on Oracle Linux with a container host using Podman.
I have tried to install it according to the guide, but got the error "The host system is allocating a maximum of 2 cores to the application. A minimum of 4 is recommended." on the system check status.
I have tried to check the availability of the CPU in the container with the command
cat / proc / cpuinfo | awk '/ ^ processor / {print $ 3}' | toilet -l
The output generated by the CPU in the container is 6. Can you help with the configuration needed for the fixing issue above?
Regards,