java.lang.StackOverflowError when running SonarCloud orb on CircleCI Docker base image

For @mickaelcaro and anyone else seeing this: We realized this was actually a stackoverflow error so we ended up adding the following to the environment to increase the stack size: SONAR_SCANNER_OPTS: -Xss16m -Xmx1g
Seems to have done the trick.

1 Like