-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance #79
Comments
I think the intention was to only have it run recursively on the first run to ensure permissions are set correctly on all sub-directories, but since we're manually creating each sub-directory it's no longer needed. |
This sounded familiar. https://github.com/hubspotdevops/puppet-nexus/pull/32/files |
Any clarification I use Nexus 3 and as mentioned into the readme the parameter To conclude this defect affects the usage of nexus 3 |
Had the same problem. After setting "nexus_work_recurse => false" everything is okay now 👍 |
At each call of puppet master, the processing of puppet catalog takes 90% CPU for 10 min.
After investigation, it seems that the recurse parameter causes problem.
My platform is centos 7.2. My nexus data folder has nearly 70000 files.
How to fix this problem ?
Does this step is mandatory ?
The text was updated successfully, but these errors were encountered: