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 been trying to run sonarcloud on a repository using Bitbucket PHP pipeline and it returns "Container 'docker' exceeded memory limit.".
Welcome to the community.
The error message you've shared indicates that the memory allocated to the docker service container is insufficient.
However, I can't see any docker services in your YAML config, so I wonder if you have any other services in the YAML.
Nevertheless, the default memory limit for the Docker service container is 1024 MB. So the error means your services are using more than the allocated memory.
You can increase the memory allocated to the Docker service container as below.
definitions: services: docker: memory: 2048
I hope this helps.
Cheers,
Syahrul
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.