automation-suite
2024.10
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

OpenShift 上的 Automation Suite 安装指南

上次更新日期 2025年12月15日

配置最大请求大小

您可以使用 kubectl 等工具在 orchestrator-customconfig 配置映射中配置最大请求大小。

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

最大请求大小的默认值为 300 MB,但您可以在 values.json 文件中进行编辑。更改此配置后,Orchestrator 部署应自动重新启动。
{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}
orchestrator-customconfig 配置映射中的 values.json 文件也可能包含其他值,例如 AppSettings。配置最大请求大小时,不得删除任何其他设置。
{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo
信任与安全
© 2005-2025 UiPath。保留所有权利。