Merge pull request #20 from npwalker/disable_max_requests_per_instance_setting

Disable max-requests-per-instance to mitigate hiera-eyaml mem leak
This commit is contained in:
Gary Larizza 2016-02-25 09:39:07 -06:00
commit 4de1ccc7c1

View File

@ -2,7 +2,7 @@
message: "This node is using common data"
#Puppet Server Tuning
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0
#Enable code manager
puppet_enterprise::profile::master::code_manager_auto_configure: true
puppet_enterprise::master::code_manager::authenticate_webhook: false