From 0b4abded24edd13c241273867421bcc8e2501a21 Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Fri, 21 Nov 2025 15:07:20 +0100 Subject: [PATCH] Delete heapspace limitiation #690 --- metafacture-runner/src/main/dist/config/java-options.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/metafacture-runner/src/main/dist/config/java-options.conf b/metafacture-runner/src/main/dist/config/java-options.conf index 0f8d145db..8c04c1655 100644 --- a/metafacture-runner/src/main/dist/config/java-options.conf +++ b/metafacture-runner/src/main/dist/config/java-options.conf @@ -4,8 +4,6 @@ # to the folder containing the flux start-up script. # Undefined variables remain in the configuration. --Xmx512m - -Dflux.pluginsdir="$METAFACTURE_HOME/plugins" -Dflux.provideddir="$METAFACTURE_HOME/provided-libs"