From 9ec09c19846679b1c92363a36a7aacc8cd854dfe Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Mon, 15 Sep 2025 16:57:13 +0200 Subject: [PATCH] Changed the memory limit --- bitbucket-pipelines.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 014da60..aa3c9f8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,11 +5,15 @@ clone: definitions: caches: - sonar: ~/.sonar/cache # Caching SonarQube Cloud artifacts will speed up your build + sonar: ~/.sonar # Caching SonarQube Cloud artifacts will speed up your build + + services: + docker: + memory: 4096 + steps: - step: &test-sonarcloud name: Test and analyze on SonarQube Cloud - size: 2x caches: - node - sonar