Skip to content

Commit bea978a

Browse files
Increase Gradle JVM memory to prevent out of memory error (#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
1 parent b485d27 commit bea978a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ lsp4mpVersion=0.13.0
1818
lemminxVersion=0.26.1
1919
lclsLemminxVersion=2.4
2020
lclsVersion=2.4
21+
22+
# Increase Gradle memory by setting maximum heap size to 2 GB and minimum to 1 GB to prevent OutOfMemoryError
23+
org.gradle.jvmargs=-Xmx2g -Xms1g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)