Skip to content

Commit be8103f

Browse files
committed
Update creating-runners.md
1 parent 5d41f20 commit be8103f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/administration/runner/runner-installation/creating-runners.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ Before creating a Runner, ensure that you have read the [prerequisites](/adminis
1515
* The Runner binary size is 164MB.
1616
* The Runner requires a network path to reach the Runbook Automation cluster or SaaS instance over port 443. This is an outbound connection.
1717

18+
:::note On-Premise Configuration
19+
Runner Replicas is available in Runbook Automation Self Hosted version 5.16.0 and later, but feature is **disabled by default**. To enable this feature, add the following property to your System Configuration:
20+
21+
```properties
22+
rundeck.feature.runnerReplicas.enabled=true
23+
```
24+
:::
25+
1826
### Resource Allocation
1927

2028
If setting up Enterprise Runners on virtualized environments, here are baseline recommendations. These are _**general**_ guidelines and the actual resource requirements may vary based on the workload and the number of concurrent executions. It is recommended to monitor the Runner's performance - such as CPU, Memory, and Network Latency - and adjust the resources accordingly.

0 commit comments

Comments
 (0)