I’m receiving the error
Java heap space: failed reallocation of scalar replaced objects
in the background tasks log. I’m not clear if this is the docker container in CircleCi running out of memory or something on the Sonarcloud servers. If it’s a memory problem in a CircleCi executor, I can take care of that, but I’m at a loss as to what to do about memory error from Sonarcloud services.
Can you tell me if the sonarcloud/scan orb in CircleCi runs the scans locally?
-josh