From 511265bb1016fc11f0ebbd750f47a4d20f1d2e44 Mon Sep 17 00:00:00 2001 From: "Andreas Penski (init)" Date: Fri, 21 May 2021 13:14:08 +0200 Subject: [PATCH] (chore) further reduce memory consumption --- .mvn/jvm.config | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 423c21f..f023f5e 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +1 @@ --Xms128m -Xmx512m \ No newline at end of file +-Xms128m -Xmx384m \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5fa4032..2e525bf 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ ~ limitations under the License. --> - + 4.0.0 KoSIT XML Prüftool Implementierung @@ -463,7 +463,7 @@ ${jacocoFailsafe} - -Xmx256m + -Xmx128m -classpath de.kosit.validationtool.cmd.CommandLineApplication