Skip to content

Commit 4de1ccc

Browse files
author
Gary Larizza
committed
Merge pull request #20 from npwalker/disable_max_requests_per_instance_setting
Disable max-requests-per-instance to mitigate hiera-eyaml mem leak
2 parents 35be376 + 270bf0a commit 4de1ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hieradata/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
message: "This node is using common data"
33

44
#Puppet Server Tuning
5-
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000
5+
puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 0
66
#Enable code manager
77
puppet_enterprise::profile::master::code_manager_auto_configure: true
88
puppet_enterprise::master::code_manager::authenticate_webhook: false

0 commit comments

Comments
 (0)