-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack Overflow Error when running on bigger projects #5
Comments
Hi, Harald. Am i correct that you are analyzing several Million lines of Code? |
Sry for the Germany autocorrectur from my Phone. |
@SandroLuck The number of lines of code is not that huge. It is roughly 32k LoC. So not that much actually. I can try adding more RAM to the Java process (of SonarQube I guess, right?) Otherwise I gonna try the ';' solution. Keep you posted. |
Any solution for this, i have the same problem even after increasing the memory heap? |
Hey there,
I am experiencing random StackOverflowError exceptions on my projects, when I use the plugin.
The output on the sonar-scanner:
I am running SonarQube server 5.6.3 with the latest jar from your releases.
So far, only using exclusions is helping to reduce the amount of code analyzed, which is not satisfying at all.
Is there any workaround for this issue?
Harald
The text was updated successfully, but these errors were encountered: