From 0603aba34250975e6698b04a6a2067b14c841104 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Thu, 9 Sep 2021 13:54:01 +0200 Subject: [PATCH] Remove debugging stuff --- conf/pipeline/eager/eva.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index 1e2c098..49b1d1f 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -158,7 +158,7 @@ profiles { process { - beforeScript = 'export _JAVA_OPTIONS="-XX:ParallelGCThreads=1 -XX:+PrintCommandLineFlags"' + beforeScript = 'export _JAVA_OPTIONS="-XX:ParallelGCThreads=1"' maxRetries = 2 @@ -312,7 +312,7 @@ profiles { process { - beforeScript = 'export _JAVA_OPTIONS="-XX:ParallelGCThreads=1 -XX:+PrintCommandLineFlags"' + beforeScript = 'export _JAVA_OPTIONS="-XX:ParallelGCThreads=1"' maxRetries = 2