amamba/quickstart/scenarios-config #2553
Replies: 2 comments
-
补充下 如何修改worker并发数: 部署的时候: Casc:
# Maximum number of parallel pipelines
maxParallelRuns: 2 部署之后在: jenkins-casc-config 设置 |
Beta Was this translation helpful? Give feedback.
0 replies
-
磁盘用量受运行时、节点数、代码仓库的因素决定: 如果运行时是podman,pod在构建(podman build)时需要大量的临时的存储空间,单个项目的构建所需存储(根据项目实际情况来,推荐大于5GB)*并行运行的流水线数/ 节点数 = 每个节点需要准备的最小磁盘大小 如果运行时是docker,构建产生的镜像层主要由dockerd和kubelet管理,受gc逻辑影响,建议不要小于100G; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
amamba/quickstart/scenarios-config
DaoCloud Enterprise 5.0 下一代容器化平台集大成者,引领云原生浪潮,推动数字化转型。
https://docs.daocloud.io/amamba/quickstart/scenarios-config.html?h=
Beta Was this translation helpful? Give feedback.
All reactions