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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0f2a9687903 MINOR: Increase Gradle daemon heap size to 4Gb (#18067)
0f2a9687903 is described below

commit 0f2a96879030e1ccc575ed10b5cb113efa8200bb
Author: David Arthur <[email protected]>
AuthorDate: Thu Dec 5 15:29:39 2024 -0500

    MINOR: Increase Gradle daemon heap size to 4Gb (#18067)
    
    Reviewers: Lianet Magrans <[email protected]>, Chia-Ping Tsai 
<[email protected]>
---
 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