Hello,
Since yesterday, we’re experiencing some issues with SonarCloud scan: all of our BitBucket repos host node.js code, with a pipeline that - among with other things - run the step pipe: sonarsource/sonarcloud-scan:1.4.0
. The pipeline is configured to use 3072MB of memory.
Yesterday, the pipelines of all of our repos started to fail with this error: Container 'docker' exceeded memory limit.
. Even repos where the code wasn’t changed at all.
After several tries, we found that the only way to solve the issue is to allocate 7GB of memory, but given that this double our BitBucket cost, is not an option.
Then, apparently this morning the pipelines started to work again. Given that this behavior is kinda weird, as far as you know there was some service distruption yesterday?