I am trying to update nexus from 3.2.0 to nexus 3.7.1 ,getting a max file descriptors error message
using docker container sonatype/nexus3:3.7.1
i tried to increase the descriptors to 65536 but it is not reflecting when i try with ulimit
I did: cat /etc/security/limits.conf
nexus hard nofile 65536 nexus soft nofile 65536
restarted my docker container
values: ulimit -n 1024 ulimit -Hn 4096 ulimit -Sn 1024