Bitbucket Pipeline times out

Hi @BillL

Please take a look at this. I hope this solves the issue.

I boosted the memory to 4096 and it still failed almost immediately

Hi,

Could you try with a higher value?

 
Ann

I can try 8192 I guess

image

The memory problem is solved after increasing the memory of the docker and of the Bitbucket pipeline step by adding Xmx2048m option:

script:
          - pipe: sonarsource/sonarcloud-scan:1.4.0
            variables:
              SONAR_SCANNER_OPTS: -Xmx2048m
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.