Skip to content

Commit ebba372

Browse files
Increase Gradle JVM memory to prevent out of memory error (OpenLiberty#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 715eab2 commit ebba372

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
useLocal=false
22
pluginSinceBuild=243
3-
pluginUntilBuild=252.*
3+
pluginUntilBuild=253.*
44

55
javaVersion=21
66

77
# Target IntelliJ Community by default
8-
platformType=IC
8+
platformType=IU
99
platformVersion=2024.3.6
10-
ideTargetVersion=2025.2.1
10+
ideTargetVersion=253.27864.23
1111

1212
# Example: platformBundledPlugins = com.intellij.java
1313
platformBundledPlugins=com.intellij.java, org.jetbrains.idea.maven, com.intellij.gradle, org.jetbrains.plugins.terminal, com.intellij.properties
1414

1515
# Version numbers of dependencies
16-
lsp4JakartaVersion=0.2.5
16+
lsp4JakartaVersion=0.2.3
1717
lsp4mpVersion=0.13.0
1818
lemminxVersion=0.26.1
1919
lclsLemminxVersion=2.4
2020
lclsVersion=2.4
2121

2222
# 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
23+
org.gradle.jvmargs=-Xmx2g -Xms1g -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)