Changed the memory limit

This commit is contained in:
Liviu Burcusel 2025-09-15 16:57:13 +02:00
parent d60cf98f27
commit 9ec09c1984
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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