How can i use either unlimited memory or at least 16 GB of memory on a particular step in pipeline.
Could you please provide guidance on how I can achieve this ?
Hi @manish_taazaa
Thank you for reaching out to the community.
If you are using Bitbucket Cloud Pipelines running on our infrastructure, you can use memory for up to 8 GB. However, if you are running on Pipelines self-hosted runners, you have up to 32 GB limit.
You can find more information from the following links below:
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at specifying the size option in your step. How much you can specify is dependent on what runner you're using.
https://support.atlassian.com/bitbucket-cloud/docs/step-options/#
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.