Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Failed Container 'docker' exceeded memory limit on atlassian/renovate-scan pipeline

I get "Failed Container 'docker' exceeded memory limit" on community atlassian/renovate-scan pipeline.

 

Any ideas how to fix this since I'm using existing pipeline from atlasian?

2 answers

1 accepted

0 votes
Answer accepted
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 30, 2023

G'day @Roman_Kovalenko, and Welcome to community!

Based on the error you received, the pipe docker container uses more than the allocated default 1GB memory.

You'll need to increase the docker container memory to 1.5 GB or more depending on the situation as the following example:

definitions:
  services:
    docker:
      memory: 1536  #Increase memory to 1.5 GB

If it's still failing, you'll need to use the 2x options to double up the default 4 GB memory allocated to 8 GB so you can allocate more memory in the docker services.

Example use of 2x options:

options:
  size: 2x

pipelines:
  default:
    - step:
        script:
          - echo "test"

definitions:
  services:
    docker:
      memory: 2048  #Increase memory to 2 GB

Hope this helps!

Cheers,
SYahrul

my pipeline is very simple: 

 

pipeline.JPG

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events