From 9066030fb40034e50837b428308071ad25be4727 Mon Sep 17 00:00:00 2001 From: Malte Sander Date: Tue, 21 May 2024 09:55:03 +0200 Subject: [PATCH] test: set -Xmx to 6gb to avoid --- nifi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi/Dockerfile b/nifi/Dockerfile index 089ef6760..22606b1ec 100644 --- a/nifi/Dockerfile +++ b/nifi/Dockerfile @@ -36,7 +36,7 @@ RUN curl --fail -L 'https://repo.stackable.tech/repository/m2/tech/stackable/nif patches/apply_patches.sh ${PRODUCT} && \ # Build NiFi cd /stackable/nifi-${PRODUCT}-src/ && \ - mvn clean install -DskipTests && \ + mvn clean install -DskipTests -DargLine="-Xmx6144m" && \ # Copy the binaries to the /stackable folder mv /stackable/nifi-${PRODUCT}-src/nifi-assembly/target/nifi-${PRODUCT}-bin/nifi-${PRODUCT} /stackable/nifi-${PRODUCT} && \ # Remove the unzipped sources