arrangement of alra detectors on daq8 server

This commit is contained in:
Dmitry Ozerov
2020-12-04 18:40:42 +01:00
committed by Data Backend account
parent 344f931f53
commit e68a77ce8b
17 changed files with 25 additions and 25 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ PORT_BACKEND=9009
H=`echo ${HOSTNAME} | sed 's/.psi.ch//'`
BACKEND=${H}
taskset -c 17 \
CORES=37
taskset -c ${CORES} \
streamvis alvra --allow-websocket-origin=${H}:${PORT} \
--allow-websocket-origin=sf-daq-alvra:${PORT} --port=${PORT} \
--address tcp://${BACKEND}:${PORT_BACKEND} \