Created
October 26, 2017 19:02
-
-
Save mccun934/313aaee97c359d1c0f62e253dab8732d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please update router settings on Satellite and each Capsule as follows: | |
(1) In /etc/qpid-dispatch/qdrouterd.conf add the 2 new entries for helloInterval and helloMaxAge: | |
router { | |
mode: interior | |
router-id: satellite.example.com | |
helloInterval: 10 | |
helloMaxAge: 30 | |
} | |
Apply the change: | |
service qdrouterd restart | |
(2) edit : /etc/default/pulp_workers on all Capsules and Satellite | |
# PULP_MAX_TASKS_PER_CHILD=2 | |
comment that configuration out, make sure there is a # in front of it | |
katello-service restart on both | |
(sat + capsule) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment