Replies: 1 comment 9 replies
-
Hello, Could you please tell what runners you use and their specs? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team,
We're currently using Qodana JVM Android Community edition in our Gitlab pipeline for detecting Kotlin
UnusedSymbol
After upgrade to
2023.1-eap
to support new AGP version, Qodana process seems to be stuck analyzing the code at certain percentage. Here's the log:Until timeout in 1 hour, we actually try set it to 2 hour but no luck
I assume this is something to do with memory, because scoping down the analysis to certain directories only works in less than 15 minutes on the same runner.
Unfortunately I cannot find any documentation regarding the memory configuration or anything for process stuck like this, we can even find the IDE log (?)
And the question would be, how we can resolve this?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions