docker-nexus icon indicating copy to clipboard operation
docker-nexus copied to clipboard

Error : The host system is allocating a maximum of 2 cores to the application. A minimum of 4 is recommended.

Open adesurya opened this issue 3 years ago • 0 comments

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,

adesurya avatar May 04 '21 08:05 adesurya