Repository Server scalability allow you to resolve performance issues in the service deployment. To tune performance, configure the rs.xml file.
The RS_MAX_DOWNLOAD parameter optimizes bandwidth usage and prioritizes network traffic according to the configured value. This means that the RS limits the number of concurrent downloads to the compute hosts in the cluster to the configured value. The default value is 10.
The RS_DOWNLOAD_CHUNK_SIZE_KB parameter defines the chunk size in kilobytes. This parameter enables soamdeploy to resume package transfer from a previous break point if the connection is broken for any reason. The default value is 1024. The valid range is 64-10024 kilobytes.