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.

NameNumber of managed hostsRecommend RAMRecommend 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

  1. Select an installation size: default, medium, large, extra-large, or extra-extra-large. The default value is default.
  2. Run satellite-installer:

    # satellite-installer --tuning "My_Installation_Size"
  3. Optional: Run a health check. For more information, see Section 5.1, “Applying configurations”.
  4. Optional: Tune the Ruby app server directly using the Puma Tuning section. For more information, see Section 5.2, “Puma Tunings”.