automation-suite
2.2510
true
UiPath logo, featuring letters U and I in white

Automation Suite on OpenShift installation guide

Last updated Dec 5, 2025

Configuring the maximum request size

You can configure the maximum request size in the orchestrator-customconfig config map using a tool such as kubectl.

For more information on how to edit the Orchestrator custom configuration, check the Custom Orchestrator configuration section from the Configuring Orchestrator parameters page.

The default value for the maximum request size is 300 MB, but you can edit it in the values.json file. The Orchestrator deployment should restart automatically after this configuration change.
{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}
The values.json file in the orchestrator-customconfig config map may also contain other values, such as AppSettings. You must not remove any other settings when configuring the maximum request size.
{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.