From 4c20565cf463d20a469545c5c8486540c80ce872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Fri, 8 May 2020 14:47:15 +0200 Subject: [PATCH] Log further configuration parameters --- execution/run_loop.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/execution/run_loop.sh b/execution/run_loop.sh index 5275cd4e2..e63c0ecdf 100755 --- a/execution/run_loop.sh +++ b/execution/run_loop.sh @@ -19,6 +19,10 @@ IFS=$', '; echo \ DIM_VALUES=${DIM_VALUES[*]} REPLICAS=${REPLICAS[*]} PARTITIONS=$PARTITIONS +CPU_LIMIT=$CPU_LIMIT +MEMORY_LIMIT=$MEMORY_LIMIT +KAFKA_STREAMS_COMMIT_INTERVAL_MS=$KAFKA_STREAMS_COMMIT_INTERVAL_MS +EXECUTION_MINUTES=$EXECUTION_MINUTES " >> "exp${EXP_ID}_uc${UC}_meta.txt" SUBEXPERIMENTS=$((${#DIM_VALUES[@]} * ${#REPLICAS[@]})) -- GitLab