diff options
author | mail_redacted_for_web | 2015-10-06 12:58:04 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-10-06 12:58:04 -0700 |
commit | 03bfb397681a71e2b0191f5be4116a0b38e62b03 (patch) | |
tree | 5b3a087e2f15d589c307ab73c61d967a2304af9c | |
parent | a8cbec54e0efb9f3baaa5824a7fe664014de900c (diff) | |
download | control-repo-template-03bfb397681a71e2b0191f5be4116a0b38e62b03.tar.bz2 |
Change max_requests_per_instance to 10K
-rw-r--r-- | hieradata/common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |