hubspotdevops / puppet-nexus

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

Fix file limit for Nexus 3 deployments #94

Closed tykeal closed 6 years ago

tykeal commented 6 years ago

The release of Nexus 3.4.0 includes a statement that the file descriptor limit for Nexus 3 needs to be set to 65536. Future revisions fo Nexus 3 will likely fail to start if the descriptor is less than this.

Signed-off-by: Andrew Grimberg tykeal@bardicgrove.org

gbloquel commented 6 years ago

Could you accept this pull request ? I have exactly the same need.

Best regards.

callafeucht commented 6 years ago

I have also encountered the issue that this PR will fix; would be great to see it merged.

pranav commented 6 years ago

thanks for the fix, sorry for the delay!