hubspotdevops / puppet-nexus

Puppet module for Sonatype Nexus
MIT License
24 stars 93 forks source link

File limit is far too low for nexus 3.x installations #99

Open SchlegelS0208 opened 6 years ago

SchlegelS0208 commented 6 years ago

After startup of Nexus, you will be prompted with an error message regarding to increase the actual file limit: tail -f /opt/sonatype-work/nexus3/log/nexus.log

2017-10-11 09:04:20,224+0200 INFO [FelixStartLevel] SYSTEM org.sonatype.nexus.extender.NexusBundleTracker - ACTIVATING org.sonatype.nexus.core [197] 2017-10-11 09:04:20,598+0200 WARN [FelixStartLevel] SYSTEM org.sonatype.nexus.internal.system.FileDescriptorServiceImpl - WARNING: **** 2017-10-11 09:04:20,598+0200 WARN [FelixStartLevel] SYSTEM org.sonatype.nexus.internal.system.FileDescriptorServiceImpl - WARNING: The open file descriptor limit is 4096 which is below the minimum recommended value of 65536. 2017-10-11 09:04:20,599+0200 WARN [FelixStartLevel] SYSTEM org.sonatype.nexus.internal.system.FileDescriptorServiceImpl - WARNING: Please see: http://links.sonatype.com/products/nexus/system-reqs#filehandles 2017-10-11 09:04:20,599+0200 WARN [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.system.FileDescriptorServiceImpl - WARNING: ****

This issue has already been fixed by (Andrew Grimberg => tykeal@bardicgrove.org), see Pull-Request: https://github.com/hubspotdevops/puppet-nexus/pull/94

joeryan commented 6 years ago

If the fix for this issue has been merged, can the issue be closed?

SchlegelS0208 commented 6 years ago

Yeah, should be fine. :)

In the mean time I fixed some other things too. There's a chance that I provide another merge-request in the next week.