Skip to content

Commit

Permalink
Merge pull request #20 from npwalker/disable_max_requests_per_instanc…
Browse files Browse the repository at this point in the history
…e_setting

Disable max-requests-per-instance to mitigate hiera-eyaml mem leak
  • Loading branch information
Gary Larizza committed Feb 25, 2016
2 parents 35be376 + 270bf0a commit 4de1ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hieradata/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4de1ccc

Please sign in to comment.