How do I increase the memory for Qodana CLI? #274
-
I'm running Qodana CLI in native mode in an Azure Pipeline. The scan is taking a long time and I'm getting warnings about memory: ##[warning]Free memory is lower than 5%; Currently used: 95.80% How can I allocate more memory to the Java process? |
Beta Was this translation helpful? Give feedback.
Answered by
scottdfedorov
Dec 20, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brichbash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.jetbrains.com/help/qodana/docker-image-configuration.html#docker-config-reference-docker-environment-heap-size
Pass the -e flag to the args param: https://www.jetbrains.com/help/qodana/qodana-azure-pipelines.html#Configuration