This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch mumrah-patch-1
in repository https://gitbox.apache.org/repos/asf/kafka.git

commit a530b811122c6b37afd6682b2026ab4e679a1847
Author: David Arthur <[email protected]>
AuthorDate: Thu Dec 5 13:29:29 2024 -0500

    Increase Gradle daemon heap size to 4Gb
    
    We have been seeing OOM errors on trunk and PRs recently.
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 290ec0d5c21..e47e6eac019 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -28,5 +28,5 @@ scalaVersion=2.13.15
 # Adding swaggerVersion in gradle.properties to have a single version in place 
for swagger
 swaggerVersion=2.2.25
 task=build
-org.gradle.jvmargs=-Xmx2g -Xss4m -XX:+UseParallelGC
+org.gradle.jvmargs=-Xmx4g -Xss4m -XX:+UseParallelGC
 org.gradle.parallel=true

Reply via email to