You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ca...@apache.org on 2021/11/08 18:30:14 UTC

[samza] branch master updated: [Tests] Updating memory for test task for samza-core (#1551)

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

cameronlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/samza.git


The following commit(s) were added to refs/heads/master by this push:
     new 88e113d  [Tests] Updating memory for test task for samza-core (#1551)
88e113d is described below

commit 88e113dc2b1ae4e2027aaee963001e6efec4a364
Author: Cameron Lee <ca...@linkedin.com>
AuthorDate: Mon Nov 8 10:30:07 2021 -0800

    [Tests] Updating memory for test task for samza-core (#1551)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 837ab9e..ec1d182 100644
--- a/build.gradle
+++ b/build.gradle
@@ -206,7 +206,7 @@ project(":samza-core_$scalaSuffix") {
 
   test {
     // some unit tests use embedded zookeeper, so adding some extra memory for those
-    maxHeapSize = "2385m"
+    maxHeapSize = "3072m"
     jvmArgs = ["-XX:+UseConcMarkSweepGC", "-server"]
   }
 }