Skip to content
Snippets Groups Projects
Commit 3b04b224 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

double size of broadcast receiver buffers, half count

This doubles the size of the SMP buffers receiving the GDS broadcast
frames from the DAQ to 32 MB, while simultaneously halving the number
of lookback buffers from 128 to 64.  This is to accommodate an
increased frame size from the GDS broadcaster.  The 64 count provides
a >1 min lookback, which should be sufficient.
parent bdbb43fc
No related branches found
No related tags found
1 merge request!44double size of broadcast receiver buffers, half count
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "H0 H1"
LIGOSITE LHO
LIGOSMPART LHO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LHO_Receive1
RECV2PART LHO_Receive2
RECVBUFFCNT 8
......
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "H0 H1"
LIGOSITE LHO
LIGOSMPART LHO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LHO_Receive1
RECV2PART LHO_Receive2
RECVBUFFCNT 8
......
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "H0 H1"
LIGOSITE LHO
LIGOSMPART LHO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LHO_Receive1
RECV2PART LHO_Receive2
RECVBUFFCNT 8
......
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "L0 L1"
LIGOSITE LLO
LIGOSMPART LLO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LLO_Receive1
RECV2PART LLO_Receive2
RECVBUFFCNT 8
......
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "L0 L1"
LIGOSITE LLO
LIGOSMPART LLO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LLO_Receive1
RECV2PART LLO_Receive2
RECVBUFFCNT 8
......
......@@ -18,8 +18,8 @@ DMTVERSION %Version%
DMTIFOS "L0 L1"
LIGOSITE LLO
LIGOSMPART LLO_Online
SMPBUFFLEN 16000000
SMPBUFFCNT 128
SMPBUFFLEN 32000000
SMPBUFFCNT 64
RECV1PART LLO_Receive1
RECV2PART LLO_Receive2
RECVBUFFCNT 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment