You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/05/19 20:00:29 UTC

[druid] branch master updated: integration test runner xmx (#11273)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 933350d  integration test runner xmx (#11273)
933350d is described below

commit 933350d106d38ce27642e64de64ff10438ce43d0
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Wed May 19 12:59:50 2021 -0700

    integration test runner xmx (#11273)
    
    * integration test runner xmx
    
    * smaller
---
 integration-tests/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index edabb27..dc58ee5 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -540,6 +540,7 @@
                                 </property>
                             </properties>
                             <argLine>
+                                -Xmx64m
                                 -Duser.timezone=UTC
                                 -Dfile.encoding=UTF-8
                                 -Ddruid.test.config.dockerIp=${env.DOCKER_IP}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org