简体   繁体   English

bitbucket 管道构建实例的默认实例规范是什么,例如 CPU、Ram 等,我们可以配置它吗?

[英]What is the default instance spec for bitbucket pipeline build instances, e.g. CPU, Ram etc, can we configure it?

We are looking to run some builds that require require some power.我们希望运行一些需要一定功率的构建。

What is the equivalent clock speed for the default build instances?默认构建实例的等效时钟速度是多少? How many virtual cores and how much RAM do they have?它们有多少个虚拟内核和多少 RAM? Can they be configured to have a higher spec?它们可以配置为具有更高的规格吗?

Limitations of Bitbucket Pipelines ⇒ Build limits lists only the following specs: Bitbucket Pipelines 的限制 ⇒ 构建限制仅列出以下规范:

  • 4 GB RAM 4 GB 内存
  • 2h execution time 2h执行时间
  • 5 GB disk space 5 GB 磁盘空间
  • 10 / 100 concurrent builds per account on the free / paid plans免费/付费计划中每个帐户 10 / 100 个并发构建

You can increase the resources allocated to your build via size , but this will also increase the number of build minutes used.您可以通过size增加分配给构建的资源,但这也会增加使用的构建分钟数。


Clock speed, number of cores etc. are not mentioned there, though.不过,那里没有提到时钟速度、内核数量等。
The only information about CPU power that I could find is this thread in the Atlassian Community: Number of CPUs available in BB pipelines我能找到的有关 CPU 功率的唯一信息是 Atlassian 社区中的此线程: BB 管道中可用的 CPU 数量

Quotes from the link:来自链接的报价:

The CPU specifications within Bitbucket pipelines is not a set CPU Core, Type or Speed. Bitbucket 管道中的 CPU 规格不是固定的 CPU 核心、类型或速度。 This is due to Bitbucket pipelines being ran using shared infrastructure.这是因为 Bitbucket 管道使用共享基础设施运行。

[...] [...]

...back in August 2018 there was a infrastructure change to EC2 M5d which is listed within Amazon as 2-96 vCPUs and a CPU of Intel® Xeon® Platinum 8175M. ...早在 2018 年 8 月,EC2 M5d 的基础设施发生了变化,它在 Amazon 中列为 2-96 个 vCPU 和一个 Intel® Xeon® Platinum 8175M 的 CPU。

There's also a link to the Amazon specs , and there's this:还有一个链接到Amazon specs ,还有这个:

The M5d instances are powered by Custom Intel® Xeon® Platinum 8175M series processors running at 2.5 GHz M5d 实例由运行频率为 2.5 GHz 的定制 Intel® Xeon® Platinum 8175M 系列处理器提供支持

So the CPU has 2.5 GHz, but we don't know:所以 CPU 有 2.5 GHz,但我们不知道:

  • what kind of M5d instance (=how many vCPUs) Bitbucket is using Bitbucket 使用的是哪种 M5d 实例(=多少 vCPU)
  • how many other concurrent builds are running on one CPU at the same time as yours有多少其他并发构建与您的 CPU 同时运行在一个 CPU 上
  • does allocating more resources via size (see above) also increase CPU power通过size分配更多资源(见上文)是否也会增加 CPU 能力

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Bitbucket 管道 reactjs 构建错误 - Bitbucket pipeline reactjs build error Gradle构建比Eclipse ADT更严格(例如,找到项目_多次) - Gradle build is stricter that Eclipse ADT (e.g. Found item _ more than one time) Gradle构建资源的最佳目录(例如许可证标题模板) - Best directory for Gradle build resources (e.g. license header template) TFS DefaultTemplate.xaml中缺少ProcessParameterMetadata:例如,“必需”类别中的例如“要构建的项目”在哪里 - Missing ProcessParameterMetadata in TFS DefaultTemplate.xaml: where is for e.g. Items to Build in the Required category 在使用Android项目在IntelliJ中构建之前运行例如calc.exe - Run e.g. calc.exe before build in IntelliJ with Android projects 处理并行工作人员(例如,构建系统)生成的日志文件的工具 - Tool to work with log file produced by parallel workers (e.g. by build system) 如何确定在Mac OS Lion上为目标文件/模块编译的目标文件(例如“ x86_64-apple-darwin11.0”)? - How can I figure out what “target” an object file/module is compiled for on Mac OS Lion (e.g. “x86_64-apple-darwin11.0”)? 如何将静态 CSS 添加到 Dojo 7 应用程序,例如 FontAwesome? - How to add static CSS to Dojo 7 application e.g. FontAwesome? 在蚂蚁脚本中模块化类路径(例如通过refid) - Modularizing classpaths in ant scripts (e.g. via refid) Bitbucket 管道失败并且不允许我创建反应构建 - Bitbucket pipeline is failing and not letting me create the react build
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM