From bf1735bf5cc6c9113a906c202251f2443d6e0ba3 Mon Sep 17 00:00:00 2001 From: Jerven bolleman Date: Wed, 1 Nov 2023 11:54:28 +0100 Subject: [PATCH] GH-4831 Limit the elasticsearch node for unit tests to 1gb of Java heap --- core/sail/elasticsearch-store/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sail/elasticsearch-store/pom.xml b/core/sail/elasticsearch-store/pom.xml index 16b21897836..107b36bda35 100644 --- a/core/sail/elasticsearch-store/pom.xml +++ b/core/sail/elasticsearch-store/pom.xml @@ -193,7 +193,7 @@ 9200 false - ${java.sec.mgr} + ${java.sec.mgr} -Xmx1g 1