This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new dd6e385 Allocate more heap to ElasticSearch for integration-tests
dd6e385 is described below
commit dd6e385e18b939db6f611ded545f392429d5d12c
Author: Serge Huber <[email protected]>
AuthorDate: Tue May 5 09:39:36 2020 +0200
Allocate more heap to ElasticSearch for integration-tests
---
itests/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/itests/pom.xml b/itests/pom.xml
index 28effcb..a1448ca 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -156,6 +156,9 @@
<version>${elasticsearch.version}</version>
<autoCreateIndex>true</autoCreateIndex>
<timeout>120</timeout>
+ <environmentVariables>
+ <ES_JAVA_OPTS>-Xms2g -Xmx2g</ES_JAVA_OPTS>
+ </environmentVariables>
<instanceSettings>
<properties>
<cluster.routing.allocation.disk.threshold_enabled>false</cluster.routing.allocation.disk.threshold_enabled>