From 2695d76a2921e1d5e9a8156ec55a387e23739288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Tich=C3=A1k?= Date: Wed, 3 Apr 2024 15:24:32 +0200 Subject: [PATCH] [QC-1008] added fairmq header size settings to jit --- jit/emc-qc-post-calib-remote | 2 +- workflows/readout-dataflow.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jit/emc-qc-post-calib-remote b/jit/emc-qc-post-calib-remote index 1885dd5d6..f49e89d1c 100644 --- a/jit/emc-qc-post-calib-remote +++ b/jit/emc-qc-post-calib-remote @@ -1 +1 @@ -o2-qc --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/{{ qc_json_file }} --remote -b +o2-qc --config consul-json://{{ consul_endpoint }}/o2/components/qc/ANY/any/{{ qc_json_file }} --remote -b --shm-metadata-msg-size {{ qc_shm_metadata_msg_size }} diff --git a/workflows/readout-dataflow.yaml b/workflows/readout-dataflow.yaml index 379a4f0fd..ed22fff40 100755 --- a/workflows/readout-dataflow.yaml +++ b/workflows/readout-dataflow.yaml @@ -1713,6 +1713,7 @@ roles: qc_remote_workflow: none qc_remote_machine: none qc_shm_segment_size: 10000000000 + qc_shm_metadata_msg_size: 100000 vars: user: qc session_id: "{{ environment_id }}" # we can't use "default" because other workflows might already exist on the same QC server