-
Notifications
You must be signed in to change notification settings - Fork 32
Increase Gradle JVM memory to prevent out of memory error #1427
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
Increase Gradle JVM memory to prevent out of memory error #1427
Conversation
…branchtoWorkflow Add intellij-2025.3-support branch to CI workflow
65d8d4d to
4cccde3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm approving on two conditions:
- Since the Mac builds are still failing, I assume you verified that none of the current failures are due to the
OutOfMemoryError? - I would like to understand how you arrived at the 6 GB value for the memory. My understanding based on the links you shared is the default is 512 MB, so that is a pretty big jump. Just wondering how you got there and if a smaller max value would be reasonable.
28d21c5
Hi @TrevCraw, I have changed the code and updated it to use 2GB - The only failing builds are due to it checking out the main branch, (can be identified by builds which uses Gradle 8.7 since that change is not there in main) as you could see. |
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
…y#1427) * Add intellij-2025.3-support branch to CI workflow * Increase Gradle JVM memory allocation * Increase Gradle JVM memory to 6GB * Update build.yaml * Update Gradle JVM memory and encoding settings * Increase Gradle heap size to 2 GB
Fixes #1383