简体   繁体   中英

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? Can they be configured to have a higher spec?

Limitations of Bitbucket Pipelines ⇒ Build limits lists only the following specs:

  • 4 GB RAM
  • 2h execution time
  • 5 GB disk space
  • 10 / 100 concurrent builds per account on the free / paid plans

You can increase the resources allocated to your build via size , but this will also increase the number of build minutes used.


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

Quotes from the link:

The CPU specifications within Bitbucket pipelines is not a set CPU Core, Type or Speed. This is due to Bitbucket pipelines being ran using shared infrastructure.

[...]

...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.

There's also a link to the Amazon specs , and there's this:

The M5d instances are powered by Custom Intel® Xeon® Platinum 8175M series processors running at 2.5 GHz

So the CPU has 2.5 GHz, but we don't know:

  • what kind of M5d instance (=how many vCPUs) Bitbucket is using
  • how many other concurrent builds are running on one CPU at the same time as yours
  • does allocating more resources via size (see above) also increase CPU power

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM