이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 2. Performance tuning quickstart
You can tune your Satellite Server based on expected host counts and hardware allocation using built in tuning profiles included in Satellite that are available using the installation routine’s tuning flag. For more information, see Tuning Satellite Server with Predefined Profiles in Installing Satellite Server in a connected network environment.
There are four sizes provided based on estimates of the number of hosts your Satellite manages. You can find the specific tuning settings for each profile in the configuration files contained in /usr/share/foreman-installer/config/foreman.hiera/tuning/sizes
.
Name | Number of hosts | Recommend RAM | Recommend Cores |
---|---|---|---|
default | 0 – 5000 | 20 GiB | 4 |
medium | 5000 – 10000 | 32 GiB | 8 |
large | 10000 – 20000 | 64 GiB | 16 |
extra-large | 20000 – 60000 | 128 GiB | 32 |
extra-extra-large | 60000+ | 256 GiB+ | 48+ |
Procedure
-
Select an installation size:
default
,medium
,large
,extra-large
, orextra-extra-large
. The default value isdefault
. Run
satellite-installer
:# satellite-installer --tuning "My_Installation_Size"
- Optional: Run a health check. For more information, see Section 5.1, “Applying configurations”.
- Optional: Tune the Ruby app server directly using the Puma Tuning section. For more information, see Section 5.2, “Puma tunings”.