Skip to content

Commit

Permalink
5.0 - Remove deprecated property names. (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
0rnela authored Jan 20, 2025
1 parent 6a308ef commit 978e06d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ This section contains information about the available parameters.
Channel-altering operations include the addition of a patch, the removal of a package or a repository synchronization run.
This parameter specifies the maximum number of Taskomatic threads that {productname} will use to recompute the channel metadata.
Channel metadata computation is both CPU-bound and memory-heavy, so raising this parameter and operating on many channels simultaneously could cause Taskomatic to consume significant resources, but channels will be available to clients sooner.
| Tune when | xref:channel-count[Channel count] increases significantly (more than 50), or more concurrent operations on channels are expected.
| Tune when | xref:channel-count[Channel count] becoms larger than 50, or more concurrent operations on channels are expected.
| Value default | 2
| Value recommendation | 2-10
| Location | [path]``/etc/rhn/rhn.conf``
Expand Down Expand Up @@ -424,7 +424,7 @@ This section contains information about the available parameters.
| Value default | 1
| Value recommendation | 1-10
| Location | [path]``/etc/rhn/rhn.conf``
| Example | `taskomatic.com.redhat.rhn.taskomatic.task.MinionActionExecutor.parallel_threads = 10`
| Example | `taskomatic.minion_action_executor.parallel_threads = 10`
|===

[[SSHMinionActionExecutor-parallel-threads]]
Expand All @@ -437,7 +437,7 @@ This section contains information about the available parameters.
| Value default | 20
| Value recommendation | 20-100
| Location | [path]``/etc/rhn/rhn.conf``
| Example | `taskomatic.com.redhat.rhn.taskomatic.task.SSHMinionActionExecutor.parallel_threads = 40`
| Example | `taskomatic.sshminion_action_executor.parallel_threads = 40`
|===


Expand Down

0 comments on commit 978e06d

Please sign in to comment.