Skip to content

Commit

Permalink
[QC-1008] added fairmq header size settings to jit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tichák committed Apr 3, 2024
1 parent f7a8cca commit 2695d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jit/emc-qc-post-calib-remote
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions workflows/readout-dataflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2695d76

Please sign in to comment.