Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1244112 - [RFE] Configure Sat6 tuning guide recommendations
Summary: [RFE] Configure Sat6 tuning guide recommendations
Keywords:
Status: CLOSED DUPLICATE of bug 1312098
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
: 1524539 (view as bug list)
Depends On:
Blocks: 260381 1122832
TreeView+ depends on / blocked
 
Reported: 2015-07-17 07:39 UTC by Peter Vreman
Modified: 2021-08-30 11:39 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-18 19:26:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1242264 0 unspecified CLOSED Default configurations should support higher than 225 Content hosts 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SAT-4758 0 None None None 2021-08-30 11:39:00 UTC
Red Hat Knowledge Base (Solution) 2981131 0 None None None 2018-01-18 19:27:31 UTC

Internal Links: 1242264

Description Peter Vreman 2015-07-17 07:39:18 UTC
Description of problem:
Update the installer to include the performance tuning settings as specified in the Tuning guide https://access.redhat.com/articles/1380493.

Examples:

Apache Keepalive settings from installer:

KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15

The Sat6 Tuning guide recommends:

TuneKeepAlive=On
TuneMaxKeepAliveRequests=0
TuneKeepAliveTimeout=5



Global Passenger settings from installer:
none

The Sat6 Tuning guide recommends:
TunePassengerMaxPoolSize=$(awk "BEGIN { printf(\"%.0f\", $(nproc) * 1.5) }")
TunePassengerMaxRequestQueueSize=200
TunePassengerStatThrottleRate=120


Foreman APp Passenger settings from installer:
/etc/httpd/conf.d/05-foreman-ssl.conf:PassengerMinInstances 1
/etc/httpd/conf.d/05-foreman-ssl.conf:PassengerStartTimeout 600

The Sat6 Tuning guide recommends for Foreman App:
TuneAppPassengerMinInstances=$(awk "BEGIN { printf(\"%.0f\", $(nproc) / 2) }")
TuneAppPassengerStartTimeout=90
TuneAppPassengerMaxPreloaderIdleTime=0
TuneAppPassengerMaxRequests=10000



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install Sat6
2. Compare settings with the settings from the tuning guide
3.

Actual results:
After installation a not tuned system

Expected results:
Out-of-the-box tuned system


Additional info:

Comment 1 RHEL Program Management 2015-07-17 07:54:16 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 3 Mike McCune 2015-07-17 15:21:49 UTC
We actually did the 1st part of this bug, 6.1.1 includes the KeepAlive settings but not the others and will keep this one open for the next release.

We also have a related RFE for client scaling considerations:

https://bugzilla.redhat.com/show_bug.cgi?id=1242264

Comment 4 Bryan Kearney 2016-07-26 15:25:24 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 5 Bryan Kearney 2016-07-26 15:42:30 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 7 Bryan Kearney 2018-01-18 19:26:03 UTC

*** This bug has been marked as a duplicate of bug 1312098 ***

Comment 8 Bryan Kearney 2018-01-18 19:27:32 UTC
*** Bug 1524539 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.