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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.