This is an automated email from the ASF dual-hosted git repository.
asolimando pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 85f8872b7f [CALCITE-6865] Sonar analysis fails due to OOM
85f8872b7f is described below
commit 85f8872b7f6fc661c3d7ee8f04ab2aea49279ec1
Author: Alessandro Solimando <[email protected]>
AuthorDate: Wed Feb 26 18:59:27 2025 +0100
[CALCITE-6865] Sonar analysis fails due to OOM
- Increased JVM heap max memory to 2GB
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 2f59087621..6a7e101611 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-org.gradle.jvmargs=-XX:+UseG1GC -Xmx1536m -XX:MaxMetaspaceSize=512m
+org.gradle.jvmargs=-XX:+UseG1GC -Xmx2g -XX:MaxMetaspaceSize=512m
org.gradle.parallel=true
# Build cache can be disabled with --no-build-cache option
org.gradle.caching=true