automation-suite
2.2510
true
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

OpenShift の Automation Suite のインストール ガイド

最終更新日時 2025年12月5日

最大要求サイズを設定する

orchestrator-customconfig 構成マップの最大要求サイズは、kubectl などのツールを使用して設定できます。

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 コミュニティ フォーラム
Uipath Logo
信頼とセキュリティ
© 2005-2025 UiPath. All rights reserved.