orchestrator
2021.10
false
- Getting started
- Best practices
- Tenant
- Folders Context
- Automations
- Processes
- Jobs
- Triggers
- Logs
- Monitoring
- Queues
- Assets
- Storage Buckets
- Test Suite - Orchestrator
- Other Configurations
- Increasing the Size Limit of Package Files
- Setting up Encryption Key Per Tenant
- GZIP Compression
- Integrations
- Classic Robots
- Host administration
- About the host level
- Managing system administrators
- Managing tenants
- Configuring system email notifications
- Audit logs for the host portal
- Maintenance Mode
- Organization administration
- Troubleshooting
Increasing the Size Limit of Package Files
OUT OF SUPPORT
Orchestrator User Guide
Last updated Oct 31, 2024
Increasing the Size Limit of Package Files
Regardless of the storage you use to keep your packages (activities, automations, and libraries), the maximum file size per upload is 28.6MB - a limitation given by IIS.
In some cases, when trying to upload packages larger than the default size, a 404 error can be thrown. In other cases, the Robot can crash.
This page shows you how to customize this size, according to the type of storage you are using for your artifacts.
If you want to be able to upload files larger than 28.6MB, perform the steps below:
- Stop your Orchestrator Instance from IIS.
- Navigate to the config file and open it using an editor such as Notepad++.
- Add the
<requestLimits maxAllowedContentLength="<valueInBytes>"/>
key, using a custom value, such as314572800
(300MB). - Save the file and start the site again. You can now upload files with a maximum size of 300MB.