Skip to content

Commit 270bf0a

Browse files
committed
Disable max-requests-per-instance to mitigate hiera-eyaml mem leak
Hiera-eyaml currently causes a memory leak in puppetsever when max-requests-per-instnace is enabled. So, defaulting to disabling max-requests-per-instance. https://tickets.puppetlabs.com/browse/SERVER-1154 voxpupuli/hiera-eyaml#163
1 parent 36737bb commit 270bf0a

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)