You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a pipeline that consists of 1 step and doesn't use any services.
It just builds react app.
There's only 1GB available for the pipeline (and 2GB for `size: 2x`)
And it's not enough for my build
Is there a way to increase memory limit above these limits?
Hi, @Viacheslav Snizhko, welcome to the community!
Currently, each step has 4 GB of memory available, and you can also allocate additional memory to a step or to the whole pipeline. By specifying the size of 2x, you’ll have double the memory available, for example, 4 GB memory → 8 GB memory (2x pipelines will use twice the number of build minutes).
If you are not using any services then by default 4 GB will be allocated to the build container, and if you specify the 2x size then 8 GB will be allocated to the build container.
In case you would like to read more about this, you can access the following link:
Please feel free to share any additional questions or concerns regarding this case.
Kind regards,
Caroline
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.