Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 2. Performance Tuning Quickstart
You can tune your Satellite Server based on expected managed 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 managed 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 managed 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”.