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:
commit
4de1ccc7c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user