Bug 1449697
Summary: | Persist passenger customisations from the perf & scaling tuning guide | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Julio Entrena Perez <jentrena> | ||||
Component: | Documentation | Assignee: | Pradeep Kumar Surisetty <psuriset> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | satellite-doc-list | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2.9 | CC: | aperotti, bbuckingham, bkearney, ehelms, ekohlvan, fgarciad, jcallaha, jentrena, ktordeur, mmccune, mvanderw, psuriset, rbeyel, sbadhwar, stbenjam, tbhowmik, tbrisker | ||||
Target Milestone: | Unspecified | Keywords: | Performance, Triaged | ||||
Target Release: | Unused | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-11-06 21:17:17 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Julio Entrena Perez
2017-05-10 13:15:33 UTC
This is a breakdown of how each item can be set, and which items can be set globally and which can be set per vhost. To begin with, the one value that cannot be set at all currently for the puppet vhost: PassengerMaxPreloaderIdleTime For puppet vhost: PassengerMinInstances: can be set with --puppet-passenger-min-instances PassengerPreStart: can be set with --puppet-passenger-pre-start Globally, that is, it affects both Foreman and Puppet vhosts, the following are set by default in hiera and can be customized: PassengerMaxPoolSize: set to 12 by default PassengerMaxRequestQueueSize: set to 250 by default PassengerStatThrottleRate: set to 120 by default PassengerMaxRequests: set to 10000 by default The following have to be set by the user using a custom hiera config: PassengerStartTimeout Given PassengerMaxPreloaderIdleTime has no current way to set it, I would ask what effect it has on the tuning. Further, I would recommend splitting that out to its own BZ and consider the rest of whats laid out here to be done and part of this BZ. This is resolved and able to be set in custom-heira.yaml in 6.3 and later |