diff options
author | mail_redacted_for_web | 2016-08-04 15:51:07 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2016-08-04 15:51:07 -0700 |
commit | 5497d199b3c851a317638905e77f44f2fafc64d4 (patch) | |
tree | 67d41f0dc19152a07f16cf334095af07c2430266 | |
parent | e0d6feea1810ebbccee158bc8348936dd36ccf72 (diff) | |
download | control-repo-template-5497d199b3c851a317638905e77f44f2fafc64d4.tar.bz2 |
Remove max_requests_per_instance since hiera-eyaml is fixed
Prior to this commit, we mitigated issues with hiera-eyaml causing
a memory leak by setting max_requets_per_instance to 0
After this commit, we go back to the default for
max_requests_per_instance because the hiera-eyaml memory leak
has been resolved for months if you use the newest version
-rw-r--r-- | hieradata/common.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 80bad3a..2baa62b 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -1,5 +1,2 @@ --- message: "This node is using common data" - -#Puppet Server Tuning -puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0 |