Last year we launched 16x step sizes as part of our commitment to improve Bitbucket Pipelines performance. Demand continues to increase by customers working on increasingly complex projects. In response, we are excited to introduce the 24x and 32x build size.
The 24x and 32 builds offer increased CPU and Memory options for builds.
For reference:
options:
size: 24x
pipelines:
default:
- step:
script:
- echo "24x memory and CPU is probably not needed for an echo command"
pipelines:
default:
- step:
size: 32x
script:
- echo "This step gets 32x the memory and CPU of 1x steps!"
For more information on setting up and using the larger step sizes, check out the Pipelines documentation
Dan Hom
0 comments