UiPath Documentation
automation-suite
2.2510
true
Linux 版 Automation Suite 安装指南
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

配置最大请求大小

有关 Automation Suite 的 Orchestrator-customconfig 配置映射中的最大请求大小配置的信息,请参阅此处。

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

有关详细信息,请参阅自定义 Orchestrator 配置

最大请求大小的默认值为 300 MB,但您可以在 values.json 文件中进行编辑。更改此配置后,Orchestrator 部署应自动重新启动。

{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}
{
  "Kestrel": {
    "Limits": {
      "MaxRequestBodySize": 314572800
    }
  }
}

orchestrator-customconfig 配置映射中的 values.json 文件也可能包含其他值,例如 AppSettings。配置最大请求大小时,不得删除任何其他设置。

{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}
{
  "Kestrel": {
    ...
  },
  "AppSettings": {
    ...
  }
}

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新