NEXUS IS RESTARTING MULTIPLE TIMES. Is this because of file descriptors not seeting from 4096 to unlimited?

NEXUS IS RESTARTING MULTIPLE TIMES. Is this because of file descriptors not seeing from 4096 to unlimited ?

I see many deleted open files of nexus everytime and I used to clear them manually…

FYI…
#lsof | grep -i deleted
java 30582 32392 jenkins 234r REG 8,16 210856 17432697 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache4070134962778069065.tmp (deleted)
java 30582 32517 jenkins 233r REG 8,16 166823 17432696 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache883838290925584065.tmp (deleted)
java 30582 32517 jenkins 234r REG 8,16 210856 17432697 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache4070134962778069065.tmp (deleted)
java 30582 32637 jenkins 233r REG 8,16 166823 17432696 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache883838290925584065.tmp (deleted)
java 30582 32637 jenkins 234r REG 8,16 210856 17432697 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache4070134962778069065.tmp (deleted)
java 30582 32756 jenkins 233r REG 8,16 166823 17432696 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache883838290925584065.tmp (deleted)
java 30582 32756 jenkins 234r REG 8,16 210856 17432697 /app/nexus3/sonatype-work/nexus3/tmp/jar_cache4070134962778069065.tmp (deleted)

What does the nexus.log show as the reason?