From 03bfb397681a71e2b0191f5be4116a0b38e62b03 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Tue, 6 Oct 2015 12:58:04 -0700 Subject: [PATCH] Change max_requests_per_instance to 10K --- hieradata/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/common.yaml b/hieradata/common.yaml index 18422d3..07fbd80 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -2,4 +2,4 @@ message: "This node is using common data" #Puppet Server Tuning -puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 50000 +puppet_enterprise::master::puppetserver::jruby_max_requests_per_instance: 10000