Hello Team,
Facing the issue container 'docker' exceeded memory limit in Bitbucket pipeline even after mentioning size 2x for Sonarscan. We are using Bitbucket runners.
- step: &sonarscan
name: SonarCloud Scan
size: 2x
caches:
- sonar
Step size limit is set to 4096MB for small steps and for large steps 8192MB
Also, tried by increasing the docker service limit as below
definitions:
services:
docker:
memory: 3072
And we have the limitation that we can't increase the memory above 3072.
Can anyone please help us with this.
Thanks in Advance!!